DefinitelyTyped/types/react-highlight/tsconfig.json
Josh Goldberg d702bb1a51 Added react-highlight types (#27615)
* Added react-highlight types

* React TS version 2.6

* No "I" interface prefix

* Whoops, P template also
2018-07-26 11:59:05 -07:00

25 lines
521 B
JSON

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