Skip to content

Commit 4661969

Browse files
committed
fixup
1 parent 7d3bc1d commit 4661969

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/shared-components/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"types": ["vite/client", "storybook-addon-vis/matcher"],
1818
"strict": true,
1919
"paths": {
20-
"@test-utils": ["./src/test/utils/index"],
21-
},
20+
"@test-utils": ["./src/test/utils/index"]
21+
}
2222
},
2323
"include": ["./src/**/*.ts", "./src/**/*.tsx", ".storybook/*.ts", ".storybook/*.tsx"],
24-
"references": [{ "path": "./tsconfig.node.json" }],
24+
"references": [{ "path": "./tsconfig.node.json" }]
2525
}

0 commit comments

Comments
 (0)