Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 4f275bc

Browse files
committed
Fix bundler checks
1 parent 5b54989 commit 4f275bc

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"extends": "../../../tsconfig.json",
3+
"compilerOptions": {
4+
"baseUrl": ".",
5+
"rootDir": "./src"
6+
},
37
"include": ["src/**/*"]
48
}
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"extends": "../../../tsconfig.json",
3+
"compilerOptions": {
4+
"baseUrl": ".",
5+
"paths": {
6+
"storybook-solidjs": ["./src"]
7+
}
8+
},
39
"include": ["src/**/*", "template/**/*"]
410
}

0 commit comments

Comments
 (0)