Skip to content

Commit a4eb409

Browse files
committed
fix(tsconfig): exclude aot files from compilation
1 parent 6f0314e commit a4eb409

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: tsconfig.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"exclude": [
2323
"node_modules",
24-
"platforms"
24+
"platforms",
25+
"**/*.aot.ts"
2526
]
26-
}
27+
}

0 commit comments

Comments
 (0)