DefinitelyTyped/types/jquery-deferred/tsconfig.json
TekuConcept 3c0b4af249 Added jquery-deferred types (#41680)
* Added typings for jquery-deferred

* Following contributor rules
2020-01-17 13:46:26 -05:00

24 lines
496 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",
"jquery-deferred-tests.ts"
]
}