Sha256: 4fe80435d8a88045f21d56f8d1c5e7a28ed22bf125b7c3a256bdd843b4b3442d

Contents?: true

Size: 531 Bytes

Versions: 1985

Compression:

Stored size: 531 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,
        "outDir": "./build"
    },
    "compileOnSave": true, 
    "exclude": [
        "node_modules"
    ]
}

Version data entries

1,985 entries across 102 versions & 1 rubygems

Version Path
trackler-2.1.0.48 tracks/typescript/exercises/leap/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/scrabble-score/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/food-chain/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/hello-world/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/raindrops/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/say/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/beer-song/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/etl/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/grade-school/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/hamming/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/pangram/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/phone-number/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/rna-transcription/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/robot-name/tsconfig.json
trackler-2.1.0.48 tracks/typescript/common/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/anagram/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/bob/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/difference-of-squares/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/gigasecond/tsconfig.json
trackler-2.1.0.48 tracks/typescript/exercises/space-age/tsconfig.json