forked from leftstick/angular2-baidu-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.angular-cli.json
35 lines (35 loc) · 848 Bytes
/
.angular-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"name": "angular2-baidu-map"
},
"apps": [
{
"root": "demo",
"outDir": "demodist",
"assets": ["assets", "favicon.ico"],
"index": "index.html",
"main": "index.ts",
"polyfills": "polyfills.ts",
"tsconfig": "tsconfig.app.json",
"prefix": "app",
"styles": ["../node_modules/highlight.js/styles/darcula.css"],
"scripts": [],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
}
],
"lint": [
{
"project": "demo/tsconfig.app.json",
"exclude": "**/node_modules/**"
}
],
"defaults": {
"styleExt": "css",
"component": {}
}
}