1 Star 0 Fork 30

gantoday-collection-2024 / 权限管家 - 前端工程

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
王松岩 提交于 2021-09-01 15:59 . Initial commit
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"node",
"jest",
"webpack-env"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
]
}
JavaScript
1
https://gitee.com/gantoday-collection-2024/itcast-authority-web.git
git@gitee.com:gantoday-collection-2024/itcast-authority-web.git
gantoday-collection-2024
itcast-authority-web
权限管家 - 前端工程
open

搜索帮助

53164aa7 5694891 3bd8fe86 5694891