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