You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tsconfig.build.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
"tsBuildInfoFile": "./node_modules/.cache/typescript/tsbuildinfo"/* Specify the folder for .tsbuildinfo incremental compilation files. */,
18
18
"declaration": true/* Generate .d.ts files from TypeScript and JavaScript files in your project. */,
19
19
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
20
+
"allowImportingTsExtensions": true,
20
21
21
22
/* Module Options */
22
23
"esModuleInterop": true/* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
0 commit comments