16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|