UNPKG

pretty-print-error

Version:

Formats errors as nice strings with colors

29 lines (24 loc) 616 B
{ "include": ["./src/**/*.ts"], "compilerOptions": { "lib": ["es2019", "dom"], "target": "es5", "module": "ES2015", "outDir": "./dist", "strict": true, "noImplicitAny": false, "strictNullChecks": true, "strictFunctionTypes": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "downlevelIteration": true, "moduleResolution": "node", "esModuleInterop": true, "jsx": "react" } }