diff --git a/tsconfig.angular.json b/tsconfig.angular.json index 93d967d..fbf52ed 100644 --- a/tsconfig.angular.json +++ b/tsconfig.angular.json @@ -1,5 +1,6 @@ { "extends": "./tsconfig.json", + "module": "esnext", "files": [ "src/main.ts", "src/polyfills.ts" diff --git a/tsconfig.json b/tsconfig.json index a8dc17e..1b2164b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", - "module": "esnext", "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "sourceMap": true,