Skip to content

Commit f02f245

Browse files
committed
fix(create-rstack): set rootDir in lib-svelte-ts tsconfig
1 parent 5066a66 commit f02f245

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/create-rstack/template-lib-svelte-ts/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"skipLibCheck": true,
99
"types": ["rstack/types", "node", "svelte"],
1010
"useDefineForClassFields": true,
11+
"rootDir": "src",
1112

1213
/* modules */
1314
"moduleDetection": "force",

0 commit comments

Comments
 (0)