21 Star 37 Fork 3

Gitee 极速下载/PrimeNG

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/primefaces/primeng
克隆/下载
tsconfig.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": false,
"noImplicitOverride": false,
"noPropertyAccessFromIndexSignature": false,
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": false,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"types": ["jasmine"],
"lib": ["ES2022", "dom"],
"resolveJsonModule": true,
"esModuleInterop": true,
"paths": {
"primeng/*": ["src/app/components/*/public_api"],
"@pages/*": ["src/app/showcase/pages/*"],
"@doc/*": ["src/app/showcase/doc/*"],
"@domain/*": ["src/app/showcase/domain/*"],
"@service/*": ["src/app/showcase/service/*"],
"@layout/*": ["src/app/showcase/layout/*"]
}
},
"exclude": ["node_modules", "**/node_modules/*", "src/app/components/**/*spec.ts"],
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": false,
"strictInputAccessModifiers": false,
"strictTemplates": false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/primeng.git
[email protected]:mirrors/primeng.git
mirrors
primeng
PrimeNG
master

搜索帮助