Update tsconfig.json

This commit is contained in:
Joseph Garrone 2023-02-27 16:07:38 +01:00 committed by GitHub
parent 8a827bfac6
commit 0c7aa23cf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
"lib": ["es2015", "DOM"],
"esModuleInterop": true,
"declaration": true,
// Do not change or the linkinkg cript will stop working
"outDir": "./dist",
"sourceMap": true,
"newLine": "LF",