Skip to content

Commit 87aff8a

Browse files
chore: fix config
1 parent 4ef40eb commit 87aff8a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tsconfig.client.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"compilerOptions": {
3-
"target": "ES5",
4-
"lib": ["ES5", "DOM"],
3+
"target": "es5",
4+
"lib": ["es5", "dom", "webworker", "es2022.error"],
55
"allowJs": true,
66
"checkJs": true,
77
"noEmit": true,
88
"strict": true,
9+
"skipDefaultLibCheck": true,
910
"esModuleInterop": true
1011
},
11-
"include": ["./client-src/globals.d.ts", "./client-src/**/*"],
12+
"include": ["./client-src/**/*"],
1213
"exclude": ["./client-src/webpack.config.js"]
1314
}

0 commit comments

Comments
 (0)