DefinitelyTyped/types/compute-argmax/tsconfig.json
Eric Crosson 1fa034cbd8 Add types for compute-argmax (#40313)
* Add types for compute-argmax

* Update types/compute-argmax/index.d.ts

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>
2019-11-15 15:39:36 -08:00

24 lines
495 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"compute-argmax-tests.ts"
]
}