aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/.angular-cli.json
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/.angular-cli.json')
-rw-r--r--usecaseui-portal/.angular-cli.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/usecaseui-portal/.angular-cli.json b/usecaseui-portal/.angular-cli.json
new file mode 100644
index 00000000..5535fc3a
--- /dev/null
+++ b/usecaseui-portal/.angular-cli.json
@@ -0,0 +1,63 @@
+{
+ "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
+ "project": {
+ "name": "usecase-ui"
+ },
+ "apps": [
+ {
+ "root": "src",
+ "outDir": "usecase-ui",
+ "assets": [
+ "assets",
+ "favicon.ico"
+ ],
+ "index": "index.html",
+ "main": "main.ts",
+ "polyfills": "polyfills.ts",
+ "test": "test.ts",
+ "tsconfig": "tsconfig.app.json",
+ "testTsconfig": "tsconfig.spec.json",
+ "prefix": "app",
+ "styles": [
+ "styles.less",
+ "my-theme.less"
+ ],
+ "scripts": [
+ "../node_modules/echarts/dist/echarts.min.js"
+ ],
+ "environmentSource": "environments/environment.ts",
+ "environments": {
+ "dev": "environments/environment.ts",
+ "prod": "environments/environment.prod.ts"
+ }
+ }
+ ],
+ "e2e": {
+ "protractor": {
+ "config": "./protractor.conf.js"
+ }
+ },
+ "lint": [
+ {
+ "project": "src/tsconfig.app.json",
+ "exclude": "**/node_modules/**"
+ },
+ {
+ "project": "src/tsconfig.spec.json",
+ "exclude": "**/node_modules/**"
+ },
+ {
+ "project": "e2e/tsconfig.e2e.json",
+ "exclude": "**/node_modules/**"
+ }
+ ],
+ "test": {
+ "karma": {
+ "config": "./karma.conf.js"
+ }
+ },
+ "defaults": {
+ "styleExt": "less",
+ "component": {}
+ }
+}