📦 build(scripts/types): compile types in project's root directory

This commit is contained in:
retrozinndev
2025-08-08 21:34:16 -03:00
parent 8aeed31ec2
commit e8641737a8
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -8,6 +8,9 @@
"lib": ["ES2024"],
"moduleResolution": "bundler",
"skipLibCheck": true,
"types": [
"../@girs"
],
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "ags/gtk4"