Skip to content

Commit f2a2e6e

Browse files
committed
fix: add allowImportingTsExtensions and noEmit options to tsconfig
1 parent 74ba498 commit f2a2e6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"skipLibCheck": true,
1212
"forceConsistentCasingInFileNames": true,
1313
"resolveJsonModule": true,
14+
"allowImportingTsExtensions": true,
15+
"noEmit": true,
1416
"types": ["node"]
1517
},
1618
"include": ["src", "test", "vitest.config.ts"],

0 commit comments

Comments
 (0)