Publish OpenScreen 1.4.11 update assets

This commit is contained in:
huanld
2026-06-05 16:32:22 +07:00
commit 1efb945ab1
448 changed files with 80631 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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"
]
}