fullscreen drawing

This commit is contained in:
JurajKubrican
2025-02-28 16:41:29 +01:00
committed by Juraj Kubrican
parent 0505964854
commit 7ed413648c
11 changed files with 345 additions and 142 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"types": ["./js/global.d.ts"]
}
}