Skip to content

Commit e19c274

Browse files
fix(transpile): specify rootDir in tsconfig
1 parent 2b87676 commit e19c274

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/jco-transpile/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"include": ["src/**/*"],
33
"compilerOptions": {
44
"outDir": "dist",
5+
"rootDir": "src",
56
"module": "nodenext",
67
"moduleResolution": "nodenext",
78
"strict": true,

0 commit comments

Comments
 (0)