Files
custom-streamdeck/overlay/tsconfig.json
space b8a6fdfcc2
Some checks failed
Overlay Installer / build-overlay (push) Has been cancelled
V2
2026-05-11 21:24:15 +02:00

16 lines
337 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"moduleResolution": "Node",
"lib": ["ES2022", "DOM"],
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*.ts"]
}