1 Star 0 Fork 0

larryhsu / myapp5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.js 556 Bytes
一键复制 编辑 原始数据 按行查看 历史
larryhsu 提交于 2021-12-23 09:43 . 'advance'
module.exports = {
compilerOptions: {
target: 'es6',
module: 'commonjs',
moduleResolution: 'node',
noResolve: false,
noImplicitAny: false,
removeComments: true,
sourceMap: true,
allowJs: true,
jsx: 'preserve',
experimentalDecorators: true,
baseUrl: './',
paths: {
'@': ['src'],
Components: ['src/components'],
Common: ['src/common'],
Config: ['src/config'],
Redux: ['src/redux'],
Mock: ['src/mock'],
'@settings': ['settings.js'],
UserPage: ['src/components/UserPage'],
},
},
include: ['./src/**/*'],
};
1
https://gitee.com/larryhsu/myapp5.git
git@gitee.com:larryhsu/myapp5.git
larryhsu
myapp5
myapp5
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891