Files
openscreen/tsconfig.node.json
2026-06-05 16:33:17 +07:00

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"
]
}