Sha256: ace5010569a2100fc4de1e6de952277f01541704e6c7970c036352590113beb1

Contents?: true

Size: 776 Bytes

Versions: 12

Compression:

Stored size: 776 Bytes

Contents

{
  "compilerOptions": {
    "outDir": "dist",
    "allowJs": true,
    "esModuleInterop": true,
    "experimentalDecorators": true,
    "forceConsistentCasingInFileNames": true,
    "lib": ["dom", "esnext"],
    "module": "commonjs",
    "moduleResolution": "node",
    "noImplicitAny": false,
    "noImplicitReturns": true,
    "noImplicitThis": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "rootDir": "src",
    "skipLibCheck": true,
    "sourceMap": true,
    "strict": false,
    "strictNullChecks": true,
    "suppressImplicitAnyIndexErrors": true,
    "target": "es6",
    "isolatedModules": true,
    "declaration": true,
    "jsx": "react"
  },
  "exclude": ["node_modules", "dist"],
  "files": ["src/index.ts", "src/components/stack.tsx"]
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
shimmer-0.0.41 tsconfig.json
shimmer-0.0.40 tsconfig.json
shimmer-0.0.39 tsconfig.json
shimmer-0.0.38 tsconfig.json
shimmer-0.0.37 tsconfig.json
shimmer-0.0.36 tsconfig.json
shimmer-0.0.35 tsconfig.json
shimmer-0.0.34 tsconfig.json
shimmer-0.0.33 tsconfig.json
shimmer-0.0.32 tsconfig.json
shimmer-0.0.31 tsconfig.json
shimmer-0.0.30 tsconfig.json