1 Star 0 Fork 0

2629878269/drag-snippet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.node.json 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
2629878269 提交于 2025-03-24 00:26 +08:00 . commit
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
/* Linting */
"noImplicitAny": false,
"strict": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["vite.config.ts", "src/**/*.ts"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/httpsgiteecomepalserver/drag-snippet.git
git@gitee.com:httpsgiteecomepalserver/drag-snippet.git
httpsgiteecomepalserver
drag-snippet
drag-snippet
main

搜索帮助