Skip to content

Commit af1e361

Browse files
devversionkara
authored andcommitted
chore: don't build aot files for dev app. (#2512)
1 parent 82ae2b5 commit af1e361

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/demo-app/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
]
2424
}
2525
},
26+
"exclude": [
27+
"*-aot.ts"
28+
],
2629
"angularCompilerOptions": {
2730
"genDir": "../../dist",
2831
"skipTemplateCodegen": true,

0 commit comments

Comments
 (0)