mirror of
https://github.com/oslook/cursor-ai-downloads.git
synced 2025-09-26 11:21:19 +08:00
17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"isolatedModules": true,
|
|
"outDir": "dist",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["esnext"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
} |