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

10 lines
147 B
JSON

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