DefinitelyTyped/types/sinon-express-mock/tsconfig.json
2020-09-25 16:07:58 -07:00

29 lines
600 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"paths": {
"@sinonjs/*": [
"sinonjs__*"
]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"sinon-express-mock-tests.ts"
]
}