7 Star 50 Fork 10

DevUI / ng-devui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
june 提交于 2023-07-31 19:47 . chore(release): release 16.0.0 (#322)
/*
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
It is not intended to be used to perform a compilation.
To learn more about this file see: https://angular.io/config/solution-tsconfig.
*/
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"downlevelIteration": true,
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "ES2022",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strict": false,
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"target": "ES2022",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"ES2022",
"dom"
],
"paths": {
"ng-devui": [
"devui/index.ts"
],
"ng-devui/*": [
"devui/*"
]
},
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
},
"include": [
"./src/**/*.ts",
"./devui/**/*.ts"
]
}
JavaScript
1
https://gitee.com/devui/ng-devui.git
git@gitee.com:devui/ng-devui.git
devui
ng-devui
ng-devui
master

搜索帮助