nixos-configs/modules/ags/gtk4/tsconfig.json

18 lines
365 B
JSON
Raw Normal View History

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