Skip to content

Commit cd6a8ab

Browse files
committed
chore: playground works
1 parent fb04b6b commit cd6a8ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

playground/javascript/node/search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ApiError } from '@algolia/client-common';
22
import { apiClientVersion, searchClient } from '@algolia/client-search';
3-
import { SearchQuery } from '@algolia/client-search/model';
3+
import { SearchQuery } from '@algolia/client-search';
44

55
const appId = process.env.ALGOLIA_APPLICATION_ID || '**** APP_ID *****';
66
const apiKey = process.env.ALGOLIA_ADMIN_KEY || '**** SEARCH_API_KEY *****';

playground/javascript/node/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "../../../config/base.tsconfig.json",
33
"compilerOptions": {
4-
"module": "esnext",
5-
"target": "esnext",
4+
"skipLibCheck": false,
65
"lib": ["dom", "esnext"],
76
"outDir": "dist"
87
},

0 commit comments

Comments
 (0)