1 Star 0 Fork 693

wangscript1 / datav-vue

forked from pengxiaotian / datav-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
pengxiaotian 提交于 2021-04-18 21:15 . feat: 增加标尺
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"noImplicitAny": false,
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"strictPropertyInitialization": false,
"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",
"src/assets/live2d"
]
}
TypeScript
1
https://gitee.com/kingsmart/datav-vue.git
git@gitee.com:kingsmart/datav-vue.git
kingsmart
datav-vue
datav-vue
main

搜索帮助