mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 03:27:02 +08:00
11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"@bindings/*": ["bindings/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|