Skip to content

Commit

Permalink
fixup! Simplify tsconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 26, 2024
1 parent ddcdcfa commit 8f4b91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interactivity/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"$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" ],
"include": [],
"exclude": []
}

0 comments on commit 8f4b91b

Please sign in to comment.