Skip to content

Commit

Permalink
build done
Browse files Browse the repository at this point in the history
  • Loading branch information
yinchang0626 committed Oct 3, 2020
1 parent ca8f134 commit 7db1e2b
Show file tree
Hide file tree
Showing 364 changed files with 10,437 additions and 10,611 deletions.
60 changes: 46 additions & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"packages/core/tsconfig.lib.json",
"packages/core/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
"exclude": [
"**/node_modules/**"
]
}
}
}
Expand Down Expand Up @@ -70,7 +72,9 @@
"packages/theme-shared/tsconfig.lib.json",
"packages/theme-shared/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
"exclude": [
"**/node_modules/**"
]
}
}
}
Expand Down Expand Up @@ -107,7 +111,9 @@
"packages/components/tsconfig.lib.json",
"packages/components/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
"exclude": [
"**/node_modules/**"
]
}
}
}
Expand Down Expand Up @@ -144,7 +150,9 @@
"packages/theme-basic/tsconfig.lib.json",
"packages/theme-basic/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
"exclude": [
"**/node_modules/**"
]
}
}
}
Expand Down Expand Up @@ -181,7 +189,9 @@
"packages/account/tsconfig.lib.json",
"packages/account/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
"exclude": [
"**/node_modules/**"
]
}
}
}
Expand Down Expand Up @@ -254,7 +264,9 @@
"packages/identity/tsconfig.lib.json",
"packages/identity/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
"exclude": [
"**/node_modules/**"
]
}
}
}
Expand Down Expand Up @@ -390,8 +402,12 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["packages/schematics/tsconfig.json"],
"exclude": ["**/node_modules/**"]
"tsConfig": [
"packages/schematics/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
Expand Down Expand Up @@ -530,7 +546,9 @@
"apps/tmpl/dev-app/tsconfig.prod.json",
"apps/tmpl/dev-app/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
"exclude": [
"**/node_modules/**"
]
}
}
}
Expand Down Expand Up @@ -581,7 +599,9 @@
"node_modules/qrious/dist/qrious.min.js"
],
"stylePreprocessorOptions": {
"includePaths": ["node_modules/"]
"includePaths": [
"node_modules/"
]
}
},
"configurations": {
Expand Down Expand Up @@ -680,7 +700,10 @@
"libs/tmpl/theme-core/tsconfig.lib.json",
"libs/tmpl/theme-core/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/tmpl/theme-core/**/*"]
"exclude": [
"**/node_modules/**",
"!libs/tmpl/theme-core/**/*"
]
}
},
"test": {
Expand Down Expand Up @@ -718,7 +741,10 @@
"libs/tmpl/theme-ng-alain/tsconfig.lib.json",
"libs/tmpl/theme-ng-alain/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/tmpl/theme-ng-alain/**"]
"exclude": [
"**/node_modules/**",
"!libs/tmpl/theme-ng-alain/**"
]
}
},
"test": {
Expand Down Expand Up @@ -755,7 +781,10 @@
"libs/tmpl/account/tsconfig.lib.json",
"libs/tmpl/account/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/tmpl/account/**/*"]
"exclude": [
"**/node_modules/**",
"!libs/tmpl/account/**/*"
]
}
},
"test": {
Expand Down Expand Up @@ -793,7 +822,10 @@
"libs/tmpl/identity/tsconfig.lib.json",
"libs/tmpl/identity/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**", "!libs/tmpl/identity/**/*"]
"exclude": [
"**/node_modules/**",
"!libs/tmpl/identity/**/*"
]
}
},
"test": {
Expand Down
32 changes: 8 additions & 24 deletions config/1.abp/packages.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
"packages/core/tsconfig.lib.json",
"packages/core/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
"exclude": ["**/node_modules/**"]
}
}
}
Expand Down Expand Up @@ -107,9 +105,7 @@
"packages/theme-shared/tsconfig.lib.json",
"packages/theme-shared/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
"exclude": ["**/node_modules/**"]
}
}
}
Expand Down Expand Up @@ -146,9 +142,7 @@
"packages/components/tsconfig.lib.json",
"packages/components/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
"exclude": ["**/node_modules/**"]
}
}
}
Expand Down Expand Up @@ -185,9 +179,7 @@
"packages/theme-basic/tsconfig.lib.json",
"packages/theme-basic/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
"exclude": ["**/node_modules/**"]
}
}
}
Expand Down Expand Up @@ -224,9 +216,7 @@
"packages/account/tsconfig.lib.json",
"packages/account/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
"exclude": ["**/node_modules/**"]
}
}
}
Expand Down Expand Up @@ -299,9 +289,7 @@
"packages/identity/tsconfig.lib.json",
"packages/identity/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
"exclude": ["**/node_modules/**"]
}
}
}
Expand Down Expand Up @@ -437,12 +425,8 @@
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"packages/schematics/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
"tsConfig": ["packages/schematics/tsconfig.json"],
"exclude": ["**/node_modules/**"]
}
}
}
Expand Down
10 changes: 3 additions & 7 deletions config/2.tmpl/apps.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@
"apps/tmpl/dev-app/tsconfig.prod.json",
"apps/tmpl/dev-app/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
"exclude": ["**/node_modules/**"]
}
}
}
Expand Down Expand Up @@ -196,9 +194,7 @@
"node_modules/qrious/dist/qrious.min.js"
],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
]
"includePaths": ["node_modules/"]
}
},
"configurations": {
Expand Down Expand Up @@ -264,6 +260,6 @@
}
}
}
}
}
}
}
Loading

0 comments on commit 7db1e2b

Please sign in to comment.