shadcn-vue/apps/www/tsconfig.registry.json
2024-11-22 17:58:53 +08:00

14 lines
289 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"moduleResolution": "Node",
"paths": {
"@/*": ["./src/*"]
},
"declaration": false
},
"include": ["src/lib/**/*"],
"exclude": ["node_modules", "registry/**/example/**/*"]
}