aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authormaksJopek <72977266+maksJopek@users.noreply.github.com>2021-04-05 00:30:46 +0200
committermaksJopek <72977266+maksJopek@users.noreply.github.com>2021-04-05 00:30:46 +0200
commitd928eab3ecefbf778f1cadece9beac010dc42332 (patch)
tree87722460e8164205a6ec4b381632cfe50195d6f9 /tsconfig.json
parent292257d627bd1dfeafd772ac6457e2f54c2b73ba (diff)
downloadfia-d928eab3ecefbf778f1cadece9beac010dc42332.tar.gz
fia-d928eab3ecefbf778f1cadece9beac010dc42332.tar.zst
fia-d928eab3ecefbf778f1cadece9beac010dc42332.zip
Small step in good direction
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 12d494c..4478def 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,6 +5,7 @@
"esModuleInterop": true,
"target": "ESNext",
"module": "commonjs",
+ "moduleResolution": "node",
"strict": true,
"lib": [
"ESNext"
@@ -16,7 +17,8 @@
"strictBindCallApply": true /* Enable strict 'bind', 'call', and 'apply' methods on functions. */,
"strictPropertyInitialization": true /* Enable strict checking of property initialization in classes.
"noImplicitThis": true /* Raise error on 'this' expressions with an implied 'any' type. */,
- "alwaysStrict": true /* Parse in strict mode and emit "use strict" for each source file. */
+ "alwaysStrict": true /* Parse in strict mode and emit "use strict" for each source file. */,
+ "downlevelIteration": true
/* END MINE */
},
// "include": [