DefinitelyTyped/types/random-bytes/tsconfig.json

24 lines
493 B
JSON
Raw Normal View History

2019-08-13 19:47:01 +00:00
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"random-bytes-tests.ts"
]
}