summaryrefslogtreecommitdiff
path: root/lang/gjs/tsconfig.json
blob: 7a3a8c838d693d2042cc7c0053f94e97d7dab7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "compilerOptions": {
        "experimentalDecorators": true,
        "module": "ES2022",
        "target": "ES2023",
        "outDir": "dist",
        "strict": true,
        "moduleResolution": "Bundler",
        "skipLibCheck": true,
        "baseUrl": ".",
    },
    "include": [
        "@girs",
        "src/*.ts",
        // "src/gtk3/*",
        // "src/gtk4/*",
        "index.ts",
    ]
}