Skip to content

Commit f3a8fe2

Browse files
committed
ts to es2019
1 parent 0d16cf4 commit f3a8fe2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"compileOnSave": true,
33
"compilerOptions": {
4-
"allowJs": true,
5-
"target": "ES5",
4+
"allowJs": false,
5+
"target": "ES2019",
66
"outDir": "./dist/",
7-
"allowSyntheticDefaultImports": true
7+
"module": "CommonJS",
8+
"moduleResolution": "Node"
89
},
910
"include": [
1011
"./lib/**/*"

0 commit comments

Comments
 (0)