From 0712c416259e4860ff1910c4a5bcd7b37da6b237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 31 Oct 2021 21:18:37 +0100 Subject: lib. --- static/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/tsconfig.json') 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. */ -- cgit v1.2.3