1 Star 0 Fork 1

xiqiaoliang/ng-zorro-antd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hsuan Lee 提交于 2021-06-08 17:00 . chore: bump @angular/* to v12 (#6743)
// TypeScript config file that matches all source files in the project. This file is read by
// IDEs and TSLint. For IDEs it ensures that `experimentalDecorator` warnings are not showing up.
{
"compilerOptions": {
"baseUrl": "./",
"downlevelIteration": true,
"module": "es2020",
"importHelpers": true,
"rootDir": ".",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"target": "es2015",
"typeRoots": ["node_modules/@types/!(node)"],
"lib": ["es2018", "dom"],
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"types": ["jasmine"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/xiql/ng-zorro-antd.git
git@gitee.com:xiql/ng-zorro-antd.git
xiql
ng-zorro-antd
ng-zorro-antd
master

搜索帮助