drawing-back/tsconfig.json

14 lines
309 B
JSON
Raw Normal View History

2024-01-08 03:56:23 +00:00
{
"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types"]
},
2024-06-21 01:42:52 +00:00
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", ]
2024-01-08 03:56:23 +00:00
}