aboutsummaryrefslogtreecommitdiff
path: root/static/tsconfig.json
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 21:18:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-31 21:18:37 +0100
commit0712c416259e4860ff1910c4a5bcd7b37da6b237 (patch)
tree605a1117b33c377ccb08d21b56778fc16a1e30ab /static/tsconfig.json
parentEverything but lib. (diff)
downloadcalp-0712c416259e4860ff1910c4a5bcd7b37da6b237.tar.gz
calp-0712c416259e4860ff1910c4a5bcd7b37da6b237.tar.xz
lib.
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. */