We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb04b6b commit cd6a8abCopy full SHA for cd6a8ab
playground/javascript/node/search.ts
@@ -1,6 +1,6 @@
1
import { ApiError } from '@algolia/client-common';
2
import { apiClientVersion, searchClient } from '@algolia/client-search';
3
-import { SearchQuery } from '@algolia/client-search/model';
+import { SearchQuery } from '@algolia/client-search';
4
5
const appId = process.env.ALGOLIA_APPLICATION_ID || '**** APP_ID *****';
6
const apiKey = process.env.ALGOLIA_ADMIN_KEY || '**** SEARCH_API_KEY *****';
playground/javascript/node/tsconfig.json
@@ -1,8 +1,7 @@
{
"extends": "../../../config/base.tsconfig.json",
"compilerOptions": {
- "module": "esnext",
- "target": "esnext",
+ "skipLibCheck": false,
"lib": ["dom", "esnext"],
7
"outDir": "dist"
8
},
0 commit comments