DefinitelyTyped/types/varint/tsconfig.json
David Brockman Smoliansky 1b96250834 add types for package varint
Add types for [varint](https://github.com/chrisdickinson/varint)
2018-08-13 17:29:03 +02:00

17 lines
421 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", "varint-tests.ts"]
}