4 Star 17 Fork 1

antv / AVA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
lixi 提交于 2022-11-16 10:13 . chore: optimize ava-react rollup config
{
"compilerOptions": {
"jsx": "react",
"target": "ES5",
"module": "commonjs",
"lib": ["dom", "es2017"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"declaration": true,
"importHelpers": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"downlevelIteration": true,
"outDir": "./lib",
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "**/esm", "**/lib", "**/dist", "**/build"]
}
TypeScript
1
https://gitee.com/antv/AVA.git
git@gitee.com:antv/AVA.git
antv
AVA
AVA
master

搜索帮助