文件
克隆/下载
tsconfig.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
yequanrui 提交于 9个月前 . update
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"strict": false,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"typeRoots": ["src/@types", "node_modules/@types"],
"module": "ES2022",
"useDefineForClassFields": false,
"lib": ["ES2022", "dom"],
"paths": {
"@environment/*": ["src/environments/*"],
"@common/*": ["src/app/common/*"],
"@pages/*": ["src/app/pages/*"],
"@shared": ["src/app/shared/shared.module"],
"@components/*": ["src/app/shared/components/*"],
"@datas/*": ["src/app/shared/datas/*"],
"@pipes/*": ["src/app/shared/pipes/*"],
"@services/*": ["src/app/shared/services/*"],
"@utils/*": ["src/app/shared/utils/*"],
"@imgs/*": ["src/assets/img/*"]
}
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"include": ["./src/**/*"],
"exclude": ["**/*.spec.ts"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化