mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* 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>
18 lines
460 B
JSON
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"]
|
|
}
|
|
}
|