2 Star 22 Fork 5

makeit.vip / miitvip-canvas-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 947 Bytes
一键复制 编辑 原始数据 按行查看 历史
makeit.vip 提交于 2020-09-15 10:18 . 初始化源码
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*"
],
"@assets/*": [
"src/assets/*"
],
"@styles/*": [
"src/assets/styles/*"
],
"@images/*": [
"src/assets/images/*"
],
"@utils/*": [
"src/utils/*"
],
"@components/*": [
"src/components/*"
],
"@views/*": [
"src/views/*"
],
"@store/*": [
"src/store/*"
]
},
"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/wildidea/miitvip-canvas-demo.git
git@gitee.com:wildidea/miitvip-canvas-demo.git
wildidea
miitvip-canvas-demo
miitvip-canvas-demo
master

搜索帮助