1 Star 0 Fork 0

mscorlib/create-react-app-without-cra

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
mscorlib 提交于 2022-02-11 18:40 +08:00 . int create.
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": false,
"jsx": "react-jsx"
},
"include": [
"src"
],
"exclude": ["build", "node_modules"],
"typeRoots": [
"node_modules/@types",
"node_modules/web-ext-types"
],
"types": ["chrome"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mscorlib/create-react-app-without-cra.git
git@gitee.com:mscorlib/create-react-app-without-cra.git
mscorlib
create-react-app-without-cra
create-react-app-without-cra
master

搜索帮助