Skip to content

Commit eff2921

Browse files
author
ak
committed
Important to work with shared as npm link: "preserveSymlinks": true
(sinon erreur de compilation de typescript, même si on a mis les paths des npm linked shared modules dans la partie output de tsconfig.json) angular/angular-cli#8284 git-svn-id: https://github.com/kresiak/template.git/trunk@2 2c0367cd-f7dd-5941-2a14-ce57b7db7bff
1 parent 59ea019 commit eff2921

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.angular-cli.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
},
5656
"defaults": {
5757
"styleExt": "css",
58-
"component": {}
58+
"component": {},
59+
"build": {
60+
"showCircularDependencies": false,
61+
"preserveSymlinks": true
62+
}
5963
}
6064
}

0 commit comments

Comments
 (0)