Skip to content

Commit b13d719

Browse files
committed
fix: add main.aot.ts to the compilation
1 parent ada71f6 commit b13d719

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
"exclude": [
2626
"node_modules",
27-
"platforms",
28-
"**/*.aot.ts"
27+
"platforms"
2928
]
30-
}
29+
}

0 commit comments

Comments
 (0)