Reference tsconfig.build.json

This commit is contained in:
dapplion
2021-03-07 11:19:21 +01:00
parent 8cb82959ae
commit d3b40cbed0
25 changed files with 37 additions and 34 deletions

13
tsconfig.build.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es2019",
"module": "commonjs",
"pretty": true,
"lib": ["es2020", "esnext.bigint", "es2020.string", "es2020.symbol.wellknown"],
"declaration": true,
"declarationMap": true,
"strict": true,
"strictNullChecks": true,
"esModuleInterop": true
}
}