We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cf956 commit 1601ab1Copy full SHA for 1601ab1
worker/package.json
@@ -11,6 +11,7 @@
11
"dev": "wrangler dev",
12
"start": "wrangler dev",
13
"cf-typegen": "wrangler types",
14
+ "typecheck": "npx tsc --noEmit",
15
"reset-secret": "./reset-secret.sh"
16
},
17
"devDependencies": {
worker/tsconfig.json
@@ -17,6 +17,7 @@
"types": ["./worker-configuration.d.ts"],
18
/* Enable importing .json files */
19
"resolveJsonModule": true,
20
+ "allowImportingTsExtensions": true,
21
22
/* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */
23
"allowJs": true,
0 commit comments