mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
- This has the entirety of the changes. Part of https://b.corp.google.com/issues/411720532
18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
// MONOREPO STUFF
|
|
"incremental": true,
|
|
"target": "ES2020",
|
|
"module": "Node16",
|
|
"declaration": true,
|
|
"moduleResolution": "node16"
|
|
}
|
|
}
|