DefinitelyTyped/types/raf-schd/tsconfig.json
Adam Bergman 99bff85ef4 Add types for raf-schd (#37582)
* [raf-schd] Add types for raf-schd

* Remove note from header

* Update Schedule interface

Co-Authored-By: Pranav Senthilnathan <pranav.senthilnathan@live.com>

* Enable esModuleInterop

* Skip esModuleInterop
2019-08-19 15:43:36 -07:00

24 lines
489 B
JSON

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