thornhill-os-v4/deno.json
2026-07-23 19:56:09 +02:00

20 lines
397 B
JSON

{
"tasks": {
"dev": "vite",
"build": "vite build"
},
"desktop": {
"app": {
"name": "Thornhill OS",
"identifier": "net.kaki87.thornhill-os"
},
"output": {
"linux": "./out/linux/thornhill-os",
"macos": "./out/macos/thornhill-os.app",
"windows": "./out/windows/thornhill-os"
}
},
"compilerOptions": {
"lib": ["ES2023", "DOM"]
}
}