UNPKG

@hint/hint-typescript-config

Version:

hint that that checks if the TypeScript configuration is valid.

23 lines (22 loc) 461 B
{ "compilerOptions": { "alwaysStrict": true, "declaration": true, "inlineSourceMap": true, "lib": [ "dom.iterable", "es2017", "esnext", "esnext.asynciterable" ], "module": "commonjs", "newLine": "lf", "removeComments": false, "target": "invalid" }, "exclude": [ "dist", "node_modules", "packages" ] }