Skip to content

Commit fd981f5

Browse files
committed
Fix tsconfig issue in dexie-svelte-query
1 parent 6fdd1f5 commit fd981f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/dexie-svelte-query/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"strict": true,
1111
"module": "NodeNext",
1212
"moduleResolution": "NodeNext"
13-
}
13+
},
14+
"exclude": ["dist", "node_modules"]
1415
}

0 commit comments

Comments
 (0)