Sha256: c7d09321a44d8cd964c679445c382bf8d88c7c254db11c3406725b7ae5356c22
Contents?: true
Size: 846 Bytes
Versions: 2
Compression:
Stored size: 846 Bytes
Contents
{ "compilerOptions": { "target": "es2019", "lib": ["es2020", "dom"], "module": "commonjs", "outDir": "lib", "sourceMap": false, "declaration": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "typeRoots": ["node_modules/@types", "./@types"], "strict": true, "strictNullChecks": true, "noImplicitAny": true, "noImplicitThis": true, "strictBindCallApply": true, "strictFunctionTypes": true, "alwaysStrict": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "emitDecoratorMetadata": true, "experimentalDecorators": true }, "ts-node": { "files": true, "transpileOnly": false }, "include": ["./**/*.ts", "lib/**/*.json", "./**/*.tsx"], "exclude": ["node_modules", "**/thorn", "**/support", "**/tmp"] }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
js-routes-2.0.8 | tsconfig.json |
js-routes-2.0.7 | tsconfig.json |