1 Star 0 Fork 32

奔向天边 / ok-admin-vue

forked from 无敌波 / ok-admin-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhizou 提交于 2022-02-25 22:43 . 🧪 test: 配置jest
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
},
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"types": [
"vite/client",
"node",
"@types/jest"
],
"jsx": "preserve",
"sourceMap": true,
// 忽略所有的声明文件( *.d.ts)的类型检查。
"skipLibCheck": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"typeRoots": [
"node_modules/@types"
],
"lib": [
"esnext",
"dom",
"DOM.Iterable",
"ScriptHost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.*"
],
"exclude": [
"node_modules"
]
}
JavaScript
1
https://gitee.com/kno3sc/ok-admin-vue.git
git@gitee.com:kno3sc/ok-admin-vue.git
kno3sc
ok-admin-vue
ok-admin-vue
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891