DefinitelyTyped/types/jquery-typeahead/tsconfig.json
hamid_mayeli_geeksltd 3042ca865a Rename the test file
2019-04-05 12:09:59 +01:00

24 lines
516 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-typeahead-tests.ts"
]
}