Skip to content

Commit 0f8ca42

Browse files
committed
Update tsconfig.json
1 parent 011d139 commit 0f8ca42

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

tsconfig.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"module": "commonjs",
4-
"target": "es2019",
5-
"lib": ["ES2019"],
6-
"outDir": "out",
7-
"sourceMap": true,
8-
"strict": true,
9-
"rootDir": "src",
10-
"esModuleInterop": true
11-
},
12-
"exclude": ["node_modules", ".vscode-test"]
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"target": "ES2020",
5+
"lib": ["ES2020"],
6+
"allowSyntheticDefaultImports": true,
7+
"moduleResolution": "node",
8+
"rootDir": "src",
9+
"outDir": "out",
10+
"sourceMap": true,
11+
"strict": true,
12+
"esModuleInterop": true
13+
},
14+
"exclude": ["node_modules", ".vscode-test"]
1315
}

0 commit comments

Comments
 (0)