DefinitelyTyped/types/jquery.transit/tsconfig.json
Jhsosa e003691006 jquery.transit expanded types (#37899)
* Added more types to  JQueryTransitOptions

* Fixed npm test issues

* Fixed commit issues

* Removed whitespace
2019-08-26 08:06:49 -07:00

25 lines
515 B
JSON

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