code-preview-from-error
Version:
Generates a preview of the part of the code where an Error came from
22 lines (19 loc) • 495 B
JSON
{
"compilerOptions": {
"lib": ["es2019", "dom"],
"strict": true,
"noImplicitAny": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"downlevelIteration": true,
"moduleResolution": "node",
"esModuleInterop": true
}
}