nixos-configs/modules/ags/gtk4/tsconfig.json
matt1432 7fd5ab5bc3
All checks were successful
Discord / discord commits (push) Has been skipped
feat(ags): declare astal types in package.json
2025-01-02 11:42:05 -05:00

16 lines
339 B
JSON

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