1 Star 0 Fork 1

旧识君/air-compressor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 1000 Bytes
一键复制 编辑 原始数据 按行查看 历史
唐桐宋 提交于 2024-04-02 12:54 . init
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"typeRoots": ["./node_modules/@types"],
"types": ["vite/client"],
"baseUrl": ".",
"outDir": "./dist",
"paths": {
"@/*": ["src/*"],
"#/*": ["types/*"],
"$/*": ["resources/*"]
}
},
"include": [
"types/**/*.d.ts",
"types/**/*.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"types/**/*.d.ts",
"types/**/*.ts",
"build/**/*.ts",
"resources/**/*.ts"
, "resources/timelineMetaData.ts" ],
"exclude": ["node_modules", "**/*.js", "**/*.cjs"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tanggeek/air-compressor.git
git@gitee.com:tanggeek/air-compressor.git
tanggeek
air-compressor
air-compressor
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385