Skip to content

Commit c03f1b9

Browse files
Merge pull request #40 from NativeScript/remove-aot-filter
Remove the AoT filter, we are trying to simplify configs for angular5
2 parents 8f17e0f + 530885a commit c03f1b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-dev-typescript",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "TypeScript support for NativeScript projects. Install using `tns install typescript`.",
55
"scripts": {
66
"test": "exit 0",

postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function createTsconfig(tsconfigPath) {
4444
};
4545
upgrader.migrateProject(tsconfig, tsconfigPath, projectDir);
4646

47-
tsconfig.exclude = ["node_modules", "platforms", "**/*.aot.ts"];
47+
tsconfig.exclude = ["node_modules", "platforms"];
4848

4949
fs.writeFileSync(tsconfigPath, JSON.stringify(tsconfig, null, 4));
5050
}

0 commit comments

Comments
 (0)