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

17 lines
339 B
JSON
Raw Normal View History

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