1 Star 0 Fork 0

hpping / amis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig-for-declaration.json 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
liaoxuezhi 提交于 2021-09-24 13:20 . ts 编译报错问题处理 (#2612)
{
"compilerOptions": {
"outDir": "output/",
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom", "ES2015"],
"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", "acceptance-tests", "webpack", "jest"],
"types": ["node", "typePatches"]
}
JavaScript
1
https://gitee.com/hdut/amis.git
git@gitee.com:hdut/amis.git
hdut
amis
amis
master

搜索帮助