shadcn-vue/packages/cli/test/fixtures/without-base-url/tsconfig.json

10 lines
179 B
JSON
Executable File

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"paths": {
"~/components/*": ["./components/*"],
"~/lib/*": ["./lib/*"]
}
}
}