Skip to content

Commit 6b52505

Browse files
committed
Allow ts imports
1 parent e871e26 commit 6b52505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"strict": true,
66
"lib": ["esnext"],
77

8+
"allowImportingTsExtensions": true,
9+
810
// Additional Checks
911
// "noUnusedLocals": true,
1012
// "noUnusedParameters": true,

0 commit comments

Comments
 (0)