UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

11 lines (10 loc) 242 B
{ "compilerOptions": { "composite": true, "module": "esnext", "noEmit": true }, "extends": "./tsconfig.base.json", "include": ["**/*.test.*"], "references": [{ "path": "./tsconfig.source.json" }] }