Files
botgroup.chat/node_modules/@shadcn/ui/tsconfig.json
2025-02-12 17:18:18 +08:00

14 lines
274 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"compilerOptions": {
"isolatedModules": false,
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}