shadcn-vue/packages/cli/test/fixtures/config-partial/tsconfig.json

10 lines
147 B
JSON
Executable File

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}