12 lines
No EOL
317 B
JSON
12 lines
No EOL
317 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "astal/gtk4",
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"target": "ES2022"
|
|
}
|
|
} |