Skip to content

Commit 5e3a69e

Browse files
committed
custom tsconfig for algoliasearch
1 parent 5d18c71 commit 5e3a69e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
"compilerOptions": {
4+
"noEmit": true,
5+
"skipLibCheck": true
6+
},
7+
"include": ["*.ts"]
8+
}

templates/javascript/clients/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js",
1212
"clean": "rm -rf ./dist || true",
1313
{{#isAlgoliasearchClient}}
14-
"test": "tsc --noEmit && vitest --run",
14+
"test": "tsc -p __tests__/tsconfig.json && vitest --run",
1515
{{/isAlgoliasearchClient}}
1616
"test:bundle": "publint . && attw --pack ."
1717
},

0 commit comments

Comments
 (0)