@hint/hint-typescript-config
Version:
hint that that checks if the TypeScript configuration is valid.
24 lines (23 loc) • 486 B
JSON
{
"compilerOptions": {
"alwaysStrict": true,
"declaration": true,
"inlineSourceMap": true,
"lib": [
"dom.iterable",
"es2017",
"esnext",
"invalidlib",
"esnext.asynciterable"
],
"module": "commonjs",
"newLine": "lf",
"removeComments": false,
"target": "esnext"
},
"exclude": [
"dist",
"node_modules",
"packages"
]
}