DefinitelyTyped/types/quick-hash/tsconfig.json
Florian Keller b1ca386416 Add types for multiple vigour.io projects (#35629)
Included projects:
* is-number-like
* quick-hash
* turbostatus
* vigour-ua
2019-05-22 09:07:08 -07:00

24 lines
491 B
JSON

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