Skip to content

Commit 4ef40eb

Browse files
chore: types for client
1 parent c820e08 commit 4ef40eb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
4-
"lib": ["es5", "dom", "webworker", "es2022.error"],
3+
"target": "ES2017",
4+
"module": "commonjs",
5+
"lib": ["es2017", "dom"],
56
"allowJs": true,
67
"checkJs": true,
7-
"noEmit": true,
88
"strict": true,
9-
"skipDefaultLibCheck": true,
10-
"esModuleInterop": true
9+
"types": ["node"],
10+
"resolveJsonModule": true,
11+
"allowSyntheticDefaultImports": true
1112
},
12-
"include": ["./client-src/**/*"],
13-
"exclude": ["./client-src/webpack.config.js"]
13+
"include": ["./bin/**/*", "./lib/**/*"]
1414
}

0 commit comments

Comments
 (0)