1 Star 0 Fork 1

jinghewang/AdminLTE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel 提交于 2023-03-29 13:18 . types added
{
"root": true,
"compilerOptions": {
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"module": "esnext",
"alwaysStrict": true,
"strict": true,
"strictNullChecks": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"baseUrl": ".",
"paths": {
"@components/*": ["src/html/components/*"],
},
/* Language and Environment */
"target": "es6",
"lib": ["es2018", "DOM"],
},
"include": [
"src/ts/**/*"
],
"exclude": [
"dist",
"node_modules",
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jinghewang/AdminLTE.git
git@gitee.com:jinghewang/AdminLTE.git
jinghewang
AdminLTE
AdminLTE
master

搜索帮助