Skip to content

Commit bc29088

Browse files
committed
Fix tsconfig.json
1 parent 3e0799c commit bc29088

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/tests-web/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig.base",
2+
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
44
"rootDir": "./src",
55
"outDir": "./dist"

packages/tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig.base",
2+
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
44
"resolveJsonModule": true,
55
"rootDir": "./src",

0 commit comments

Comments
 (0)