diff --git a/configs/tsconfig-base.json b/configs/tsconfig-base.json index 79f8118..6045b3b 100644 --- a/configs/tsconfig-base.json +++ b/configs/tsconfig-base.json @@ -4,7 +4,6 @@ "forceConsistentCasingInFileNames": true, "importHelpers": true, "lib": ["es2015"], - "module": "umd", "moduleResolution": "node", "newLine": "LF", "noEmitOnError": true,