Skip to content

Commit 9ba8581

Browse files
committed
Fix tsconfig.base.json to ensure proper inclusion of source files
1 parent c4d2b5a commit 9ba8581

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/optimizely-cms-sdk/tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"esModuleInterop": false,
1111
"strict": true,
1212
"skipLibCheck": true
13-
}
13+
},
14+
"include": ["src/**/*"]
1415
}

0 commit comments

Comments
 (0)