Sha256: 08e95545b57730d7a7a4a2579607423d06fec4080e3726980f6cf23376b0b9c9

Contents?: true

Size: 562 Bytes

Versions: 9602

Compression:

Stored size: 562 Bytes

Contents

{
    "compilerOptions": { 
        "target": "es2017",
        "module": "commonjs",
        "alwaysStrict": true,
        "noUnusedLocals": true,
        "noUnusedParameters": true,
        "noImplicitAny": true,
        "strictNullChecks": true,
        "preserveConstEnums": true,
        "noFallthroughCasesInSwitch":true,
        "noImplicitThis":true,
        "noImplicitReturns":true,
        "sourceMap": true,
        "noEmitOnError": true,
        "outDir": "./build"
    },
    "compileOnSave": true, 
    "exclude": [
        "node_modules"
    ]
}

Version data entries

9,602 entries across 193 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/typescript/exercises/bob/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/complex-numbers/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/armstrong-numbers/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/binary-search/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/circular-buffer/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/diamond/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/acronym/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/anagram/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/beer-song/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/binary-search-tree/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/bowling/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/bracket-push/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/clock/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/collatz-conjecture/tsconfig.json
trackler-2.2.1.180 tracks/typescript/common/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/accumulate/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/all-your-base/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/allergies/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/atbash-cipher/tsconfig.json
trackler-2.2.1.180 tracks/typescript/exercises/connect/tsconfig.json