Skip to content

Commit 1f7efab

Browse files
committed
more tsconfig changes
1 parent 9d63a8a commit 1f7efab

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/js/tsconfig.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@
1717
"noEmitOnError": true,
1818
"noUnusedLocals": true,
1919
"resolveJsonModule": true,
20-
"skipLibCheck": false,
20+
"skipLibCheck": true,
2121
"sourceMap": true,
2222
"strict": true,
23+
"typeRoots": ["./node_modules/@types"],
2324
"paths": {
24-
"react": ["./node_modules/preact/compat"],
25+
"react": ["./node_modules/preact/compat/"],
2526
"react-dom": ["./node_modules/preact/compat/"]
2627
}
27-
}
28+
},
29+
"resolve": {
30+
"extensions": [".js", ".jsx", ".ts", ".tsx", ".json", ".svg", ".css"]
31+
},
32+
"include": ["src"]
2833
}

0 commit comments

Comments
 (0)