DefinitelyTyped/react-codemirror/tsconfig.json

21 lines
444 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"react-codemirror.d.ts",
"react-codemirror-tests.tsx"
]
}