1 Star 0 Fork 1.1K

aikeycoder/amis

forked from 百度开源/amis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
2betop 提交于 2022-04-12 14:22 +08:00 . chore: 修复测试用例报错 (#4021)
{
"compilerOptions": {
"outDir": "output/",
"module": "commonjs",
"target": "es5",
"lib": ["ES6", "DOM", "ES2015", "ES2021"],
"sourceMap": true,
"jsx": "react",
"moduleResolution": "node",
"rootDir": "",
"importHelpers": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceRoot": "",
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"typeRoots": ["./node_modules/@types", "./types"],
"skipLibCheck": true
},
"include": ["src/**/*", "examples/**/*"],
"exclude": [
"node_modules",
"acceptance-tests",
"webpack",
"jest",
"jest_cache"
],
"types": ["node", "typePatches", "@testing-library/jest-dom"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/aikeycoder/amis.git
git@gitee.com:aikeycoder/amis.git
aikeycoder
amis
amis
master

搜索帮助