DefinitelyTyped/types/stubby/tsconfig.json
Piotr Roszatycki ff809baaec stubby: new definitions (#36617)
* stubby: new definitions

* stubby: it's-a me
2019-07-03 09:15:15 -07:00

24 lines
487 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",
"stubby-tests.ts"
]
}