Skip to content

Commit 5ebe762

Browse files
authored
update to create ivy distribution (#4198)
1 parent ab1ea4a commit 5ebe762

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

tsconfig.core.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
"sourceMap": true
1818
},
1919
"include": ["src/@awesome-cordova-plugins/core/**/*.ts"],
20-
"exclude": ["node_modules", "src/@awesome-cordova-plugins/core/**/*.spec.ts"]
20+
"exclude": ["node_modules", "src/@awesome-cordova-plugins/core/**/*.spec.ts"],
21+
"angularCompilerOptions": {
22+
"genDir": "aot",
23+
"compilationMode": "partial"
24+
}
2125
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"include": ["src/@awesome-cordova-plugins/plugins/**/*.ts"],
2323
"angularCompilerOptions": {
24-
"genDir": "aot"
24+
"genDir": "aot",
25+
"compilationMode": "partial"
2526
}
2627
}

0 commit comments

Comments
 (0)