DefinitelyTyped/types/react-big-scheduler/tsconfig.json
Trent Jones 65c223ac80 Added partial definition for React-Big-Scheduler (#35095)
* Added partial definition for React-Big-Scheduler

* Removed invalid package.json file

* Updated TS version to match React dependency

* Fixed errors from test
2019-05-07 16:43:01 -07:00

23 lines
499 B
JSON

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