feat(ags): fix type checking with tsc

This commit is contained in:
matt1432 2025-01-04 01:22:08 -05:00
parent 8157d3ef2d
commit 199fa9c32e
5 changed files with 9 additions and 12 deletions
modules/ags/gtk4

View file

@ -10,6 +10,7 @@
"module": "ES2022",
"moduleResolution": "Bundler",
"noEmit": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}