mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
13 lines
284 B
JSON
13 lines
284 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"strict": true,
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "ES2022",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"jsxImportSource": "astal/gtk4"
|
||
|
|
}
|
||
|
|
}
|