DefinitelyTyped/types/muibox/tsconfig.json
diegose ba5e0a2a2b Add types for muibox (#36183)
* Added typings for muibox

* Removed patch version
2019-06-27 14:58:14 -07:00

23 lines
486 B
JSON

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