Added tsconfig

This commit is contained in:
2022-01-24 13:35:08 +01:00
parent b09d19a6ad
commit 78fbd0234c

10
js/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"target": "es2018",
"removeComments": true,
"sourceMap": true,
"lib": ["es2018", "dom"]
}
}