Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit ffb1c73

Browse files
fix(tools): fix build error Could not resolve app module
See angular/angular-cli#6462
1 parent f43775f commit ffb1c73

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tsconfig-aot.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"pretty": true,
1717
"sourceMap": true,
1818
"declaration": false,
19+
"baseUrl": "",
1920
"lib": [
2021
"dom",
2122
"es6"

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"pretty": true,
1717
"sourceMap": true,
1818
"declaration": false,
19+
"baseUrl": "",
1920
"lib": [
2021
"dom",
2122
"es6"

0 commit comments

Comments
 (0)