nixos-configs/modules/ags/gtk4/tsconfig.json
matt1432 199fa9c32e
All checks were successful
Discord / discord commits (push) Has been skipped
feat(ags): fix type checking with tsc
2025-01-04 01:22:08 -05:00

17 lines
365 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,
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}
}