1 Star 1 Fork 0

lin-mt / json-schema-editor-arco

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"skipLibCheck": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"jsx": "react",
"module": "es6",
"target": "es5",
"lib": ["es5", "dom"],
"types": ["node", "jest"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules", "src/**/*.test.tsx", "src/**/*.test.ts", "src/demo/*.*"]
}
1
https://gitee.com/lin-mt/json-schema-editor-arco.git
git@gitee.com:lin-mt/json-schema-editor-arco.git
lin-mt
json-schema-editor-arco
json-schema-editor-arco
master

搜索帮助