nixos/modules/desktop/astal/tsconfig.json
Nickolaj Jepsen 638ef7093e update
2025-02-21 00:18:30 +01:00

12 lines
284 B
JSON

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