aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 5368567..c40a7e2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,7 @@
"module": "commonjs",
"target": "esnext",
"outDir": "dist",
- "lib": ["ESNext", "ESNext.Array", "ESNext.AsyncIterable", "ESNext.Intl", "ESNext.Symbol", "DOM"],
+ "lib": ["esnext", "esnext.array", "esnext.asyncIterable", "esnext.intl", "esnext.symbol", "DOM"],
"sourceMap": false,
"inlineSourceMap": true,
"inlineSources": true,
@@ -13,6 +13,8 @@
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"noImplicitOverride": true,
+ "alwaysStrict": true,
+ "noErrorTruncation": true,
"baseUrl": "./",
"paths": {
"src/*": ["./src/*"],