DefinitelyTyped/types/react-mathquill/tsconfig.json
2020-09-25 16:07:58 -07:00

28 lines
592 B
JSON

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