nixos/parts/modules/desktop/astal/tsconfig.json

13 lines
284 B
JSON
Raw Normal View History

2025-01-31 15:13:22 +01:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
"strict": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"jsxImportSource": "astal/gtk4"
}
}