Files
DefinitelyTyped/scripts/jsconfig.json
Josh Goldberg c9e4975251 Tooling: dt-header fast follow fixes (#61805)
* Tooling: dt-header fast follow fixes

* Enable JSDoc, jakebailey is right

* Improve type annotations slightly

A little less precision globally, a little more where it's useful.

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2022-08-19 15:17:50 -07:00

18 lines
460 B
JSON

{
"exclude": ["close-old-issues.js", "fix-tslint.js"],
"compilerOptions": {
"noUnusedLocals": true,
"target": "es6",
"module": "esnext",
"strict": true,
"baseUrl": "../types",
"moduleResolution": "node",
"resolveJsonModule": true,
"typeRoots": ["../types"],
"types": [],
"checkJs": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2019"]
}
}