Skip to content

Commit 86de2ae

Browse files
authored
fix(create-twilio-function): adds rootDir to generated tsconfig.json (#362)
1 parent 75067a9 commit 86de2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/create-twilio-function/src/create-twilio-function/create-files.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ function createTsconfigFile(pathName) {
130130
module: 'commonjs',
131131
strict: true,
132132
esModuleInterop: true,
133+
rootDir: 'src',
133134
outDir: 'dist',
134135
skipLibCheck: true,
135136
sourceMap: true,

0 commit comments

Comments
 (0)