Sha256: 92c549d64e0e1f66a6dc65940e7ef2a4b1174c70622609f5d2533d6b3649da19

Contents?: true

Size: 645 Bytes

Versions: 17

Compression:

Stored size: 645 Bytes

Contents

{
  "compilerOptions": {
    "baseUrl": ".",
    "outDir": "build/dist",
    "module": "esnext",
    "target": "es5",
    "lib": ["es6", "dom"],
    "sourceMap": true,
    "allowJs": true,
    "jsx": "react",
    "moduleResolution": "node",
    "rootDir": "src",
    "forceConsistentCasingInFileNames": true,
    "noImplicitReturns": true,
    "noImplicitThis": true,
    "noImplicitAny": true,
    "strictNullChecks": true,
    "suppressImplicitAnyIndexErrors": true,
    "noUnusedLocals": true
  },
  "exclude": [
    "node_modules",
    "build",
    "scripts",
    "acceptance-tests",
    "webpack",
    "jest",
    "src/setupTests.ts"
  ]
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
crono_trigger-0.8.3 web/app/tsconfig.json
crono_trigger-0.8.1 web/app/tsconfig.json
crono_trigger-0.8.0 web/app/tsconfig.json
crono_trigger-0.7.1 web/app/tsconfig.json
crono_trigger-0.7.0 web/app/tsconfig.json
crono_trigger-0.6.4 web/app/tsconfig.json
crono_trigger-0.6.3 web/app/tsconfig.json
crono_trigger-0.6.2 web/app/tsconfig.json
crono_trigger-0.6.1 web/app/tsconfig.json
crono_trigger-0.6.0 web/app/tsconfig.json
crono_trigger-0.5.4 web/app/tsconfig.json
crono_trigger-0.5.3 web/app/tsconfig.json
crono_trigger-0.5.2 web/app/tsconfig.json
crono_trigger-0.5.1 web/app/tsconfig.json
crono_trigger-0.5.0 web/app/tsconfig.json
crono_trigger-0.4.0 web/app/tsconfig.json
crono_trigger-0.3.4 web/app/tsconfig.json