Ai
1 Star 1 Fork 1

小明IO/qnn-react-cron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangzongming 提交于 2024-04-23 14:43 +08:00 . 更新支持 antd v5
{
"workers": 4,
"async": false,
"useTypescriptIncrementalApi": true,
"watch": ["src"],
"isolatedModules": false,
"compilerOptions": {
"outDir": "./dist/es",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"target": "esnext", // 编译目标
"module": "esnext",
"noImplicitAny": true,
"preserveConstEnums": true,
"skipLibCheck": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": false,
"declaration": true,
"removeComments": false,
"emitDeclarationOnly": true,
"declarationDir": "dist/es",
"incremental": true,
"jsx": "preserve",
"typeRoots": ["node_modules/@types"],
"types": ["node"],
"lib": ["dom", "es2017", "ES2015"]
},
"files": [
"index.d.ts"
],
"exclude": [
"tests",
"node_modules",
"lib",
"es",
"./dist/**/*", // 不排除将会收到重新文件的报错
"./emitDeclaration.js"
],
"toc": []
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xm124/qnn-react-cron.git
git@gitee.com:xm124/qnn-react-cron.git
xm124
qnn-react-cron
qnn-react-cron
master

搜索帮助