2026-05-20 21:39:12 +08:00

19 lines
400 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"types": ["node"],
"allowImportingTsExtensions": true,
"allowJs": true,
"checkJs": false,
"verbatimModuleSyntax": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": [
"client_patches/*.ts",
"patchright_rebranding.ts",
]
}