mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 19:47:10 +08:00
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|