shadcn-vue/packages/cli/test/fixtures/without-base-url/tsconfig.json
2023-09-06 10:59:42 +08:00

10 lines
179 B
JSON

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