summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-26 08:38:37 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-26 08:38:37 +0200
commit28497b06e208cd8fd4aa94756c7a5626c18d9878 (patch)
tree1b44a0f30c7844ed2069a4b5bb06f2925e2b964e /tsconfig.json
parentc7b3012c7aba9cdbe90932c9d37057f26b3a1e33 (diff)
downloadIRC-28497b06e208cd8fd4aa94756c7a5626c18d9878.tar.gz
IRC-28497b06e208cd8fd4aa94756c7a5626c18d9878.tar.zst
IRC-28497b06e208cd8fd4aa94756c7a5626c18d9878.zip
Added all features
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 3464fd0..80e3ba9 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,7 +5,7 @@
/* Basic Options */
"incremental": true, /* Enable incremental compilation */
"target": "ESNEXT", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
- "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
+ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
"lib": [ "esnext", "dom" ], /* Specify library files to be included in the compilation. */
// "allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */