DefinitelyTyped/types/current-git-branch/tsconfig.json
Max Boguslavsky 0b97a539e8 Added @type/current-git-branch to repo (#38950)
* added @type/current-git-branch

* fixed version

* exported types and interface; updated tests

* added two spaces
2019-10-07 17:12:40 -07:00

25 lines
532 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"esModuleInterop": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"current-git-branch-tests.ts"
]
}