summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: a92bc436f1dd3822a4de1d28aea2ec727382277f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "$schema": "https://json.schemastore.org/tsconfig",
    "compilerOptions": {
        "experimentalDecorators": true,
        "strict": true,
        "target": "ES2022",
        "module": "ES2022",
        "moduleResolution": "Bundler",
        // "checkJs": true,
        // "allowJs": true,
        "jsx": "react-jsx",
        "jsxImportSource": "astal/gtk4",
    }
}