2 Star 7 Fork 5

openwjh / amis-editor-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
liaoxuezhi 提交于 2019-09-30 21:52 . first blood
{
"compilerOptions": {
"outDir": "output",
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom"],
"sourceMap": true,
"jsx": "react",
"moduleResolution": "node",
"rootDir": "./",
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true,
"typeRoots": ["./node_modules/@types", "./typings"]
},
"include": ["**/*"],
"exclude": ["node_modules", "build", "scripts", "acceptance-tests", "webpack", "jest", "src/setupTests.ts"],
"types": ["typePatches"]
}
1
https://gitee.com/wangjinhang/amis-editor-demo.git
git@gitee.com:wangjinhang/amis-editor-demo.git
wangjinhang
amis-editor-demo
amis-editor-demo
master

搜索帮助