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