Sha256: 86efafadde8dc1b339643a9ec3153332c6ccf1f4cff3561d16bd199f45b2878e

Contents?: true

Size: 635 Bytes

Versions: 5

Compression:

Stored size: 635 Bytes

Contents

{
  "compilerOptions": {
    // Enable latest features
    "lib": ["ESNext", "DOM"],
    "target": "ESNext",
    "module": "ESNext",
    "moduleDetection": "force",
    "jsx": "react-jsx",
    "allowJs": true,

    // Bundler mode
    "moduleResolution": "bundler",
    "allowImportingTsExtensions": true,
    "verbatimModuleSyntax": true,
    "noEmit": true,

    // Best practices
    "strict": true,
    "skipLibCheck": true,
    "noFallthroughCasesInSwitch": true,

    // Some stricter flags (disabled by default)
    "noUnusedLocals": false,
    "noUnusedParameters": false,
    "noPropertyAccessFromIndexSignature": false
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
peppermint-0.1.19 tsconfig.json
peppermint-0.1.18 tsconfig.json
peppermint-0.1.17 tsconfig.json
peppermint-0.1.16 tsconfig.json
peppermint-0.1.15 tsconfig.json