1 Star 0 Fork 8

cumber/React_IE8_boilerplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 556 Bytes
一键复制 编辑 原始数据 按行查看 历史
云小飞 提交于 2019-07-11 13:04 . 1. 添加数据层代码
{
"compilerOptions": {
"strict": true,
"baseUrl": ".",
"paths": { "*": [ "src/*" ] },
"outDir": "./dist/",
"sourceMap": true,
"allowJs": true, /* 允许引入js文件 */
"noImplicitAny": true, /* 自动推论成any类型 */
"module": "commonjs",
// "moduleResolution": "ES6",
// "allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es3",
"jsx": "react",
"strictNullChecks": true,
"experimentalDecorators": true,
"types": ["node"],
"lib": [ "es2015", "dom" ]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cumber/React_IE8_boilerplate.git
git@gitee.com:cumber/React_IE8_boilerplate.git
cumber
React_IE8_boilerplate
React_IE8_boilerplate
ts

搜索帮助