diff --git a/tsconfig.core.json b/tsconfig.core.json index cafa7cace..0ebcf67dc 100644 --- a/tsconfig.core.json +++ b/tsconfig.core.json @@ -17,5 +17,9 @@ "sourceMap": true }, "include": ["src/@awesome-cordova-plugins/core/**/*.ts"], - "exclude": ["node_modules", "src/@awesome-cordova-plugins/core/**/*.spec.ts"] + "exclude": ["node_modules", "src/@awesome-cordova-plugins/core/**/*.spec.ts"], + "angularCompilerOptions": { + "genDir": "aot", + "compilationMode": "partial" + } } diff --git a/tsconfig.json b/tsconfig.json index aabac331a..561cad688 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,7 @@ }, "include": ["src/@awesome-cordova-plugins/plugins/**/*.ts"], "angularCompilerOptions": { - "genDir": "aot" + "genDir": "aot", + "compilationMode": "partial" } }