DefinitelyTyped/types/places/tsconfig.json
ghizlanelotfi 4bc21cbc73 add algolia places typings (#36242)
* add algolia places typings

* add request changes

* fix build errors

* fix test errors

* remove rules from tslint

* remove empty line

* add namespace places

* remove unused comma

* add missing whitespace and remove padding

* add test file

* add file to tsconfig

* comment places func

* add tests

* uncomment places func

* fix events import
2019-06-21 14:19:32 -07:00

25 lines
509 B
JSON

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