Skip to content

Commit 6b1c8b8

Browse files
committed
fix: tsconfig
1 parent febcc8a commit 6b1c8b8

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

tsconfig.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
4-
"useDefineForClassFields": true,
5-
"lib": ["DOM", "DOM.Iterable", "ESNext"],
6-
"allowJs": false,
7-
"skipLibCheck": true,
8-
"esModuleInterop": false,
9-
"allowSyntheticDefaultImports": true,
10-
"strict": true,
11-
"forceConsistentCasingInFileNames": true,
12-
"module": "ESNext",
13-
"moduleResolution": "Node",
14-
"resolveJsonModule": true,
15-
"isolatedModules": true,
163
"noEmit": true,
4+
"allowImportingTsExtensions": true,
5+
"module": "preserve",
6+
"moduleResolution": "bundler",
177
"jsx": "react-jsx",
188
"paths": {
199
"~/*": ["./src/*"]

0 commit comments

Comments
 (0)