Skip to content

Commit 7351bbb

Browse files
chore: update tsconfig
1 parent ac506bc commit 7351bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/buddybook/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"composite": true,
34
"target": "ES2022",
45
"lib": ["ES2023"],
56
"module": "ESNext",
@@ -10,7 +11,6 @@
1011
"allowImportingTsExtensions": true,
1112
"isolatedModules": true,
1213
"moduleDetection": "force",
13-
"noEmit": true,
1414

1515
/* Linting */
1616
"strict": true,

0 commit comments

Comments
 (0)