1 Star 0 Fork 61

fanger / vue-picture-cut

forked from 光年以外 / vue-picture-cut 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
光年以外 提交于 2020-07-01 20:03 .
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"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"
]
}
TypeScript
1
https://gitee.com/xiaofanger/vue-picture-cut.git
git@gitee.com:xiaofanger/vue-picture-cut.git
xiaofanger
vue-picture-cut
vue-picture-cut
master

搜索帮助