Add jsconfig

This commit is contained in:
Liam 2022-11-13 22:44:48 +00:00
parent 77ad571d2d
commit 95ff7d8f2b

15
jsconfig.json Normal file

@ -0,0 +1,15 @@
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"baseUrl": "./",
"incremental": true,
"resolveJsonModule": true
}
}