DefinitelyTyped/types/react-albus/tsconfig.json
Sindre fa96e1d7a3 added react-albus (#27300)
* added react-albus

* react-albus: fix lint errors
2018-07-15 12:31:54 -07:00

26 lines
536 B
JSON

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