1 Star 0 Fork 1K

李振球 / amis

forked from 百度开源 / amis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
liaoxuezhi 提交于 2019-06-11 14:58 . testcase 修复
{
"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"
]
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"build",
"scripts",
"acceptance-tests",
"webpack",
"jest"
],
"types": [
"typePatches"
]
}
TypeScript
1
https://gitee.com/lizhenqiu/amis.git
git@gitee.com:lizhenqiu/amis.git
lizhenqiu
amis
amis
master

搜索帮助