DefinitelyTyped/types/swagger-ui-react/tsconfig.json
VictoriaGreen93 695d1e2dc4 Add typings for swagger-ui-react (#37569)
* Typings for swagger-ui-react

* Typings for swagger-ui-react

* Typings for swagger-ui-react

* Typings for swagger-ui-react
2019-08-13 13:44:31 -07:00

26 lines
541 B
JSON

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