Merge pull request #241 from h4ad-forks/chore/tsconfig
chore: changes in tsconfig and gitignore
This commit is contained in:
commit
73d6a460de
|
|
@ -396,3 +396,5 @@ Temporary Items
|
||||||
# Local
|
# Local
|
||||||
.env
|
.env
|
||||||
dist
|
dist
|
||||||
|
.webpack
|
||||||
|
.serverless/**/*.zip
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"target": "es2017",
|
"target": "ES2019",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue