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

15 lines
304 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"experimentalDecorators": true,
"lib": [
"ES2022"
],
"module": "ES2022",
"moduleResolution": "Bundler",
"noEmit": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}
}