1 Star 0 Fork 2

看不穿你的眼/react-travel

forked from silence玉香/react-travel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 830 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": false, // 不需要显示声明变量的类型any
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
},
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true, // 配置可以读取json
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"plugins": [
{
"name": "typescript-plugin-css-modules"
}
]
},
"include": [
"src",
"config-overrides.js"
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kanbuchuangnideyan/react-travel.git
git@gitee.com:kanbuchuangnideyan/react-travel.git
kanbuchuangnideyan
react-travel
react-travel
master

搜索帮助