1 Star 0 Fork 1K

han_hy / amis

forked from 百度开源 / amis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 790 Bytes
一键复制 编辑 原始数据 按行查看 历史
2betop 提交于 2020-05-27 19:31 . 修复 tsc 错误
{
"compilerOptions": {
"outDir": "output/",
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom"],
"sourceMap": true,
"jsx": "react",
"moduleResolution": "node",
"rootDir": "src",
"importHelpers": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceRoot": "src",
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"typeRoots": ["./node_modules/@types", "./types"],
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": [
"node_modules",
"build",
"scripts",
"acceptance-tests",
"webpack",
"jest"
],
"types": ["typePatches"]
}
TypeScript
1
https://gitee.com/han_hy/amis.git
git@gitee.com:han_hy/amis.git
han_hy
amis
amis
master

搜索帮助