Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tsconfig.json « uri-js « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2899857b1f5c3477c4c8410e002c403fe19770e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "compilerOptions": {
        "module": "es2015",
        "target": "esnext",
        "noImplicitAny": true,
        "sourceMap": true,
        "alwaysStrict": true,
        "declaration": true,
        "experimentalDecorators": true,
        "forceConsistentCasingInFileNames": true,
        "importHelpers": true,
        "noImplicitReturns": true,
        "noImplicitThis": true,
        "outDir": "dist/esnext",
        "strictNullChecks": true
    },
    "include": [
        "src/**/*"
    ]
}