Fix CI build configuration

This commit is contained in:
ProcC99 2026-06-14 01:34:13 +02:00
parent addf9c91a1
commit 5544c6eedc

View file

@ -11,6 +11,7 @@
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
"skipLibCheck": true,
"lib": ["ES2018", "DOM"]
},
"include": ["src/**/*.ts"]