pleshevski.ru/tsconfig.json

12 lines
226 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"composite": true,
"paths": {
"@/*": ["./docs/*"]
}
},
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "docs/**/*", "docs/**/*.vue"]
}