Skip to content

Commit 6f330ee

Browse files
author
vakrilov
committed
ignore *.aot.ts files
1 parent 17ed5d6 commit 6f330ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function createTsconfig() {
3434
noEmitOnError: true,
3535
};
3636

37-
tsconfig.exclude = ['node_modules', 'platforms'];
37+
tsconfig.exclude = ['node_modules', 'platforms', "**/*.aot.ts"];
3838

3939
if (!fs.existsSync(tsconfigPath)) {
4040
fs.appendFileSync(tsconfigPath, JSON.stringify(tsconfig, null, 4));

0 commit comments

Comments
 (0)