1 Star 0 Fork 3

oTo/Nebular

forked from Gitee 极速下载/Nebular 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.publish.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
mishkolesnikov 提交于 2020-06-03 19:04 . feat: Firebase auth (#2385)
{
"compilerOptions": {
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"dom",
"es2018"
],
"module": "esnext",
"moduleResolution": "node",
"noEmitOnError": true,
"rootDir": "./.ng_build",
"sourceMap": true,
"target": "es2015",
"inlineSources": true,
"stripInternal": true,
"importHelpers": true,
"baseUrl": ".",
"paths": {
"@nebular/theme": ["./src/.lib/theme"],
"@nebular/auth": ["./src/.lib/auth"]
},
"skipLibCheck": true,
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"./.ng_build/**/*.e2e.ts",
"./.ng_build/**/*.spec.ts",
"./.ng_build/**/schematics/*"
],
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableResourceInlining": true,
"skipMetadataEmit": false,
"strictTypeChecks": true,
"enableIvy": false
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/uoto/Nebular.git
git@gitee.com:uoto/Nebular.git
uoto
Nebular
Nebular
master

搜索帮助