1 Star 0 Fork 1K

yangyn / amis

forked from 百度开源 / amis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"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"],
"types": ["node", "typePatches"]
}
TypeScript
1
https://gitee.com/yyn_0210/amis.git
git@gitee.com:yyn_0210/amis.git
yyn_0210
amis
amis
master

搜索帮助