pleshevski.ru/tsconfig.json

12 lines
226 B
JSON
Raw Permalink Normal View History

2024-07-24 17:15:05 +03:00
{
"compilerOptions": {
"baseUrl": ".",
2024-07-25 16:59:34 +03:00
"composite": true,
2024-07-24 17:15:05 +03:00
"paths": {
"@/*": ["./docs/*"]
}
2024-07-25 16:59:34 +03:00
},
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "docs/**/*", "docs/**/*.vue"]
2024-07-24 17:15:05 +03:00
}