aboutsummaryrefslogtreecommitdiff
path: root/static/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/tsconfig.json')
-rw-r--r--static/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/tsconfig.json b/static/tsconfig.json
index 090e2b59..82359e01 100644
--- a/static/tsconfig.json
+++ b/static/tsconfig.json
@@ -8,7 +8,7 @@
"target": "es2017", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
/* Modules */
- "module": "none", /* Specify what module code is generated. */
+ "module": "CommonJS", /* Specify what module code is generated. */
/* JavaScript Support */
"allowJs": false, /* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */