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
commit 73d6a460de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -396,3 +396,5 @@ Temporary Items
# Local
.env
dist
.webpack
.serverless/**/*.zip

View File

@ -6,7 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"target": "ES2019",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",