Files
mac/tsconfig.desktop.json
2026-05-31 01:55:36 +02:00

15 lines
343 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"outDir": "./dist-desktop",
"rootDir": "./desktop",
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["desktop/**/*"]
}