mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* npx dts-gen -m kind-of --dt * drafted types for kind-of * reordered overloads * added more overloads * fixed linting issues * npx prettier --write .\types\kind-of\** * updated teste cases * clarified edge-cases * work around banned types
18 lines
455 B
JSON
18 lines
455 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"files": ["index.d.ts", "kind-of-tests.ts"]
|
|
}
|