Files
DefinitelyTyped/types/js-search/tsconfig.json
Guo Yunhe 7bd8b5865c js-search: add definition (#16102)
* js-search: add definition

* js-search: fix project url

* js-search: use module instead of namespace declare

* js-search: change strictNullChecks to true

* js-search: add tslint.json
2017-05-01 14:03:00 -07:00

23 lines
453 B
JSON

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