aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.config/ags/tsconfig.json
blob: 1708aa3140f4881bf16c301b438b365b93135436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "compilerOptions": {
        "target": "ES2022",
        "module": "ES2022",
        "lib": [
            "ES2022"
        ],
        "allowJs": true,
        "checkJs": true,
        "strict": true,
        "noImplicitAny": false,
        "baseUrl": ".",
        "typeRoots": [
            "./types",
            "./node_modules/@girs"
        ],
        "skipLibCheck": true
    }
}