mirror of
https://github.com/roger2ai/Claude-Code-Compiled.git
synced 2026-05-07 08:46:20 +08:00
21 lines
436 B
JSON
21 lines
436 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": false,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*.js": ["*.ts", "*.tsx"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|