update tsconfig

This commit is contained in:
Sergei SMART 2022-03-14 19:41:45 +10:00
parent d72b2b91be
commit 1f34fa69fa
2 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
node_modules
build
lib
yarn-error.log
.idea
.nyc_output

View File

@ -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",