1 Star 0 Fork 0

刘威/front-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
刘威 提交于 2021-12-19 11:41 . refactor: 💡 补充一些常用依赖项
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"allowJs": true,
"noEmit": true,
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*"
],
"@/views/*": [
"src/views/*"
],
"@/components/*": [
"src/components/*"
],
"@/assets/*": [
"src/assets/*"
],
"@/utils/*": [
"src/utils/*"
],
"@/api/*": [
"src/api/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules",
"dist"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuweiyibai/front-starter.git
git@gitee.com:liuweiyibai/front-starter.git
liuweiyibai
front-starter
front-starter
master

搜索帮助