1 Star 0 Fork 7

石军/FFBox

forked from 滔滔清风/FFBox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
// tsconfig.json
{
"include": [
"src/backend/**/*",
"src/common/**/*",
"src/main/**/*",
"src/preload/**/*",
"src/renderer/**/*"
],
"compilerOptions": {
"outDir": "./dist暂时无用/",
"noImplicitAny": true,
"sourceMap": true,
"module": "esnext",
"target": "esnext",
// 若使用 "react",ts 将检查 react 的相关依赖项,也将使用 react 的特定语法。而本项目使用的不是 react,故使用 "preserve"
// https://cn.vuejs.org/guide/extras/render-function.html#jsx-tsx
"jsx": "preserve",
"jsxImportSource": "vue",
"allowJs": true,
"moduleResolution": "node",
"esModuleInterop": true, // 对于 upath 包,不开启此选项的情况下需要 import * as fs from 'fs'
"baseUrl": ".",
"paths": {
"@common/*": [
"src/common/*"
],
"@backend/*": [
"src/backend/*"
],
"@renderer/*": [
"src/renderer/src/*"
],
"@preload/*": [
"src/preload/*"
],
"@main/*": [
"src/main/*"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/andyssi/FFBox.git
git@gitee.com:andyssi/FFBox.git
andyssi
FFBox
FFBox
4.0+

搜索帮助

0d507c66 1850385 C8b1a773 1850385