We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9be5ab + c77d2c1 commit fddf8f0Copy full SHA for fddf8f0
1 file changed
src/tsconfig.app.json
@@ -1,10 +1,13 @@
1
{
2
"extends": "../tsconfig.json",
3
"compilerOptions": {
4
- "lib": ["es2016", "dom"],
+ "lib": ["es2022", "dom"],
5
"outDir": "../out-tsc/app",
6
"baseUrl": "",
7
- "types": []
+ "types": ["node"],
8
+ "allowSyntheticDefaultImports": true,
9
+ "skipLibCheck": true,
10
+ "resolveJsonModule": true
11
},
12
"exclude": [
13
"test.ts",
0 commit comments