🔧 chore(tsconfig): use recommended config

This commit is contained in:
retrozinndev
2025-07-30 16:17:20 -03:00
parent 30109b00a8
commit d95273657c
+6 -4
View File
@@ -3,11 +3,13 @@
"compilerOptions": {
"allowJs": false,
"checkJs": true,
"jsx": "react-jsx",
"jsxImportSource": "ags/gtk4",
"module": "esnext",
"module": "es2022",
"target": "es2020",
"lib": ["ES2024"],
"moduleResolution": "bundler",
"skipLibCheck": true,
"strict": true,
"target": "esnext"
"jsx": "react-jsx",
"jsxImportSource": "ags/gtk4"
}
}