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