Skip to content

Commit

Permalink
Add tsconfig for type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Sep 9, 2024
1 parent 1576566 commit 563d4b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/interactivity/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"noEmit": true,
"emitDeclarationOnly": false,
"types": [ "jest" ]
},
"references": [ { "path": "./tsconfig.json" } ],
"files": [ "src/test/store.ts" ],
"exclude": []
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
{ "path": "packages/i18n" },
{ "path": "packages/icons" },
{ "path": "packages/interactivity" },
{ "path": "packages/interactivity/tsconfig.test.json" },
{ "path": "packages/interactivity-router" },
{ "path": "packages/is-shallow-equal" },
{ "path": "packages/keycodes" },
Expand Down

0 comments on commit 563d4b0

Please sign in to comment.