summaryrefslogtreecommitdiff
path: root/fig-frontend/client/tsconfig.json
blob: d529f6464a26e25b953e297bb8b19a3ee984d5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "compilerOptions": {
        "rootDir": "./src",
        "module": "esnext",
        "moduleResolution": "node",
        "target": "es6",
        "lib": ["ESNext", "dom"],
        "skipLibCheck": true,
        "useDefineForClassFields": false,
        "experimentalDecorators": true,
        "strictPropertyInitialization": false,
        "noImplicitAny": true,
        "strictNullChecks": true,
        "removeComments": true,
        "preserveConstEnums": true,
        "sourceMap": true
    }
}