17 lines
365 B
JSON
17 lines
365 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,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "ES2022"
|
|
}
|
|
}
|