1 Star 0 Fork 0

Luna / 魔盒

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 849 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luna 提交于 2024-01-12 17:31 . 提交命令抽象结构
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": [
"ES2021",
"DOM",
"DOM.Iterable"
],
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"paths": {
"@/*": [
"./src/*"
]
}
},
"include": [
"src/window.d.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
Rust
1
https://gitee.com/Luna-CY/magic-box.git
git@gitee.com:Luna-CY/magic-box.git
Luna-CY
magic-box
魔盒
master

搜索帮助