Merge pull request #241 from h4ad-forks/chore/tsconfig

chore: changes in tsconfig and gitignore
This commit is contained in:
Kamil Mysliwiec
2023-04-04 13:57:07 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -396,3 +396,5 @@ Temporary Items
# Local
.env
dist
.webpack
.serverless/**/*.zip
+1 -1
View File
@@ -6,7 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"target": "ES2019",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",