update tsconfig
This commit is contained in:
parent
d72b2b91be
commit
1f34fa69fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
node_modules
|
||||
build
|
||||
lib
|
||||
yarn-error.log
|
||||
.idea
|
||||
.nyc_output
|
||||
|
@ -3,7 +3,7 @@
|
||||
"lib": [
|
||||
"es2019"
|
||||
],
|
||||
"target": "es6",
|
||||
"target": "es2017",
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node",
|
||||
"outDir": "./lib",
|
||||
@ -12,10 +12,11 @@
|
||||
"esModuleInterop": true,
|
||||
"sourceMap": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"declaration": true
|
||||
},
|
||||
"include": [
|
||||
"src/*"
|
||||
"src"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
Loading…
Reference in New Issue
Block a user