172 Star 1.7K Fork 693

pengxiaotian / datav-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 879 Bytes
一键复制 编辑 原始数据 按行查看 历史
pengxiaotian 提交于 2021-06-12 23:08 . build: 升级到 vite
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"jsx": "preserve",
"skipLibCheck": true,
"moduleResolution": "node",
// "strict": true,
"noImplicitAny": false,
"strictNullChecks": false,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": false,
"noImplicitThis": true,
"alwaysStrict": true,
"importHelpers": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx",
],
"exclude": [
"node_modules",
"src/assets/live2d"
]
}
TypeScript
1
https://gitee.com/pengxiaotian/datav-vue.git
git@gitee.com:pengxiaotian/datav-vue.git
pengxiaotian
datav-vue
datav-vue
main

搜索帮助