DefinitelyTyped/types/fast-isnumeric/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 51269623f0
feat(fast-isnumeric): new type definition v1.1 (#43659)
Small helper function From Plotly project:
- definition file
- tests

https://github.com/plotly/fast-isnumeric#api

Thanks!
2020-04-07 08:17:55 -07: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",
"fast-isnumeric-tests.ts"
]
}