shadcn-vue/apps/www/tsconfig.registry.json
sadeghbarati dfda49dc33 chore: update www package.json scripts
update tsconfig exclude for the strict registry build
2024-01-08 12:08:28 +03:30

14 lines
382 B
JSON

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