summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a2ac0d2..bb7291a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,10 +1,11 @@
{
"compilerOptions": {
"target": "es2016",
- "module": "commonjs",
+ "module": "es6",
"rootDir": "./src",
"outDir": "./build",
- "esModuleInterop": true,
+ "allowSyntheticDefaultImports": true,
+ "esModuleInterop": false,
"strict": true,
"skipLibCheck": true,
"types": [