This commit is contained in:
29
angular.json
29
angular.json
@@ -22,7 +22,9 @@
|
||||
"base": "dist/wgenerator"
|
||||
},
|
||||
"index": "src/index.html",
|
||||
"polyfills": ["src/polyfills.ts"],
|
||||
"polyfills": [
|
||||
"src/polyfills.ts"
|
||||
],
|
||||
"tsConfig": "tsconfig.app.json",
|
||||
"inlineStyleLanguage": "less",
|
||||
"assets": [
|
||||
@@ -38,9 +40,17 @@
|
||||
"src/assets",
|
||||
"src/manifest.webmanifest"
|
||||
],
|
||||
"styles": ["src/custom-theme.scss", "src/styles/styles.less", "src/styles/shadow.less"],
|
||||
"styles": [
|
||||
"src/custom-theme.scss",
|
||||
"src/styles/styles.less",
|
||||
"src/styles/shadow.less"
|
||||
],
|
||||
"scripts": [],
|
||||
"allowedCommonJsDependencies": ["lodash", "docx", "qrcode"]
|
||||
"allowedCommonJsDependencies": [
|
||||
"lodash",
|
||||
"docx",
|
||||
"qrcode"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -58,8 +68,8 @@
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "4kB",
|
||||
"maximumError": "8kB"
|
||||
"maximumWarning": "40kB",
|
||||
"maximumError": "80kB"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all"
|
||||
@@ -89,14 +99,19 @@
|
||||
"options": {
|
||||
"runner": "vitest",
|
||||
"tsConfig": "tsconfig.spec.json",
|
||||
"setupFiles": ["src/test-vitest.ts"],
|
||||
"setupFiles": [
|
||||
"src/test-vitest.ts"
|
||||
],
|
||||
"runnerConfig": true
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"builder": "@angular-eslint/builder:lint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
|
||||
"lintFilePatterns": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.html"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user