49 Star 189 Fork 93

Oliver/thingsboard-ui-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Oliver 提交于 2025-08-05 18:42 +08:00 . 切换版本
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitOverride": true,
"useUnknownInCatchVariables": false,
"composite": false,
"declarationMap": false,
"inlineSources": false,
"isolatedModules": true,
"preserveWatchOutput": true,
"removeComments": true,
"skipLibCheck": true,
"noImplicitAny": false,
"strictPropertyInitialization": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"experimentalDecorators": true,
"resolveJsonModule": true,
"declaration": false,
"jsx": "preserve",
"jsxImportSource": "vue",
"useDefineForClassFields": true,
"allowImportingTsExtensions": false,
"lib": ["ESNext", "DOM"],
"types": [
"node",
"vue-types",
"vite/client"
],
"paths": {
"/@/*": ["src/*"],
"/#/*": ["types/*"]
}
},
"include": [
"./**/*.ts",
"./**/*.tsx",
"./**/*.vue"
],
"exclude": [
"packages/tests",
"node_modules",
"vite.config.ts",
"dist"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/oliver225/thingsboard-ui-vue3.git
git@gitee.com:oliver225/thingsboard-ui-vue3.git
oliver225
thingsboard-ui-vue3
thingsboard-ui-vue3
master

搜索帮助