DefinitelyTyped/types/alpha-bravo/tsconfig.json
garyking b2895afb19 Types for alpha-bravo package (#41176)
* add alpha-bravo template

* add with tests

* fix
2019-12-23 12:19:34 -06:00

24 lines
492 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",
"alpha-bravo-tests.ts"
]
}