1 Star 1 Fork 1

coolphk/webpack5-mobx6-typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
shanghaitao 提交于 2019-07-17 17:39 . chore: import way
{
"compilerOptions": {
"target": "es6",
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"sourceMap": true,
"removeComments": false,
"rootDirs": ["./src"],
"baseUrl": "./src",
"paths": {
"@constants/*": ["constants/*"],
"@services/*": ["services/*"],
"@store/*": ["store/*"],
"@utils/*": ["utils/*"],
"@assets/*": ["assets/*"],
"@locales/*": ["locales/*"],
"@components/*": ["components/*"],
"@views/*": ["containers/views/*"],
"@shared/*": ["containers/shared/*"]
},
"jsx": "react",
"alwaysStrict": true,
"noUnusedLocals": true,
"importHelpers": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"lib": ["es7", "dom"],
"skipLibCheck": true,
"typeRoots": ["node", "node_modules/@types", "./typings"]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lphkasl/webpack5-mobx6-typescript.git
[email protected]:lphkasl/webpack5-mobx6-typescript.git
lphkasl
webpack5-mobx6-typescript
webpack5-mobx6-typescript
master

搜索帮助