Skip to content

Commit 3fe66dd

Browse files
authored
chore: remove svelte tsconfig explicit path to form-core (#1483)
1 parent a7a0b57 commit 3fe66dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/svelte-form/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"module": "NodeNext",
5-
"moduleResolution": "NodeNext",
6-
"paths": {
7-
"@tanstack/form-core": ["../form-core/src"]
8-
}
5+
"moduleResolution": "NodeNext"
96
},
107
"include": ["src", "tests", "*.config.js", "*.config.ts"]
118
}

0 commit comments

Comments
 (0)