Files
colorshell/ags/tsconfig.json
T
2025-07-06 19:57:28 -03:00

14 lines
289 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": false,
"checkJs": true,
"jsx": "react-jsx",
"jsxImportSource": "ags/gtk4",
"module": "esnext",
"moduleResolution": "bundler",
"strict": true,
"target": "esnext"
}
}