Files
tpanel/tsconfig.json
2025-09-24 16:39:34 +05:30

10 lines
191 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "ags/gtk4",
"module": "ES2022",
"moduleResolution": "Bundler",
"strict": true,
"target": "ES2020"
}
}