aboutsummaryrefslogblamecommitdiff
path: root/tsconfig.json
blob: 953c13702f57736f5ecd8424049585846ea543ea (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                          
{
    "compilerOptions": {
        "outDir": "./dist/",
        "sourceMap": true,
        "noImplicitAny": true,
        "module": "commonjs",
        "target": "es5",
        "lib": ["dom", "es2016", "es2017", "esnext"],
        "jsx": "react",
        "typeRoots": ["./types", "./node_modules/@types"],
        "allowSyntheticDefaultImports": true,
        "esModuleInterop": true
    },
    "include": [
        "./src/**/*"
    ]
}