DefinitelyTyped/types/ndn-js/tsconfig.json
2019-03-21 13:46:07 -04:00

33 lines
743 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",
"test/blob.ts",
"test/data.ts",
"test/face.ts",
"test/interest.ts",
"test/key-chain.ts",
"test/memory-content-cache.ts",
"test/name.ts",
"test/network-nack.ts",
"test/signature.ts",
"test/transport.ts"
]
}