2025-02-10 02:55:59 +01:00
|
|
|
{
|
2025-02-16 13:05:34 +01:00
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "astal/gtk4",
|
|
|
|
"module": "ES2022",
|
|
|
|
"moduleResolution": "Bundler",
|
|
|
|
"strict": true,
|
|
|
|
"target": "ES2022",
|
|
|
|
"paths": {
|
|
|
|
"@": ["./src"],
|
|
|
|
"@/*": ["./src/*"]
|
2025-02-10 02:55:59 +01:00
|
|
|
}
|
2025-02-16 13:05:34 +01:00
|
|
|
}
|
|
|
|
}
|