1 Star 0 Fork 122

方海生 / vue3.0-ts-admin

forked from Minter / vue3.0-ts-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
ming 提交于 2021-07-26 10:21 . 1.0.0-install
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
]
}
NodeJS
1
https://gitee.com/fang-haisheng/vue3.0-ts-admin.git
git@gitee.com:fang-haisheng/vue3.0-ts-admin.git
fang-haisheng
vue3.0-ts-admin
vue3.0-ts-admin
master

搜索帮助