1 Star 0 Fork 0

Kurarion / Genshin-Calc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
angular.json 4.13 KB
一键复制 编辑 原始数据 按行查看 历史
kurarion 提交于 2023-12-19 20:39 . Update 4.3
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"Inteyvat": {
"projectType": "application",
"schematics": {
"@schematics/angular:application": {
"strict": true
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/inteyvat",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.png",
"src/assets",
"src/manifest.webmanifest",
{
"glob": "*.md",
"input": "",
"output": "/manual/"
},
{
"glob": "**/*",
"input": "./doc/",
"output": "/doc/"
},
{
"glob": "logo-readme.png",
"input": "",
"output": "/"
}
],
"styles": [
"src/styles.css"
],
"scripts": [],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json",
"allowedCommonJsDependencies": [
"lodash"
]
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "100mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
},
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "Inteyvat:build:production"
},
"development": {
"browserTarget": "Inteyvat:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "Inteyvat:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.png",
"src/assets",
"src/manifest.webmanifest",
{
"glob": "*.md",
"input": "",
"output": "/manual/"
},
{
"glob": "**/*",
"input": "./doc/",
"output": "/doc/"
},
{
"glob": "logo-readme.png",
"input": "",
"output": "/"
}
],
"styles": [
"src/styles.css"
],
"scripts": []
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy"
}
}
}
},
"cli": {
"analytics": "576eaddd-c2bd-499e-acc3-f38732badcd0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/Kurarion/Genshin-Calc.git
git@gitee.com:Kurarion/Genshin-Calc.git
Kurarion
Genshin-Calc
Genshin-Calc
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891