2026-05-24 18:13:53 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "esnext",
|
|
|
|
|
"lib": ["es2023"],
|
|
|
|
|
"moduleDetection": "force",
|
|
|
|
|
"module": "nodenext",
|
|
|
|
|
"moduleResolution": "nodenext",
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"types": ["node"],
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"allowImportingTsExtensions": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"isolatedModules": true,
|
|
|
|
|
"verbatimModuleSyntax": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"jsx": "preserve",
|
|
|
|
|
"jsxImportSource": "vue"
|
2026-05-26 23:14:41 +08:00
|
|
|
},
|
|
|
|
|
"exclude": ["integration/pty/fixtures"]
|
2026-05-24 18:13:53 +08:00
|
|
|
}
|