22 lines
560 B
JSON
22 lines
560 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"target": "ES2023",
|
|
"moduleResolution": "Bundler",
|
|
// "checkJs": true,
|
|
// "allowJs": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "/usr/share/astal/gjs/gtk3",
|
|
"include": ["ambient.d.ts"],
|
|
"paths": {
|
|
"astal": ["/usr/share/astal/gjs"],
|
|
"astal/*": ["/usr/share/astal/gjs/*"],
|
|
"@/*": ["./*"],
|
|
"@widgets/*": ["./widget/*"],
|
|
"@services/*": ["./services/*"]
|
|
}
|
|
}
|
|
}
|