Files
nixos/packages/ags/custom/tsconfig.json
T
lsoriano-mcm 1bd3096d53 fix
2025-07-04 22:06:30 -05:00

15 lines
375 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
"strict": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
// "checkJs": true,
// "allowJs": true,
"jsx": "react-jsx",
"jsxImportSource": "astal/gtk3",
}
}