Skip to content

Commit 838d50e

Browse files
authored
Explicit rootDir tsconfig for hapi (#999)
1 parent fb0d9e8 commit 838d50e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/hapi/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"noUnusedLocals": true,
1414
"resolveJsonModule": true,
1515
"declaration": true,
16-
"skipLibCheck": true
16+
"skipLibCheck": true,
17+
"rootDir": "./src"
1718
},
1819
"include": ["./src", "./typings/*.d.ts"]
1920
}

0 commit comments

Comments
 (0)