Files
openscreen/tsconfig.node.json
2026-04-23 22:50:21 +05:30

17 lines
299 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": [
"vite.config.ts",
"electron-builder.json5",
"playwright.config.ts",
"vitest.config.ts"
]
}