Skip to content

Commit c845b28

Browse files
committed
Proposed Change for tsconfig.json
1 parent d93643a commit c845b28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

services/collaboration/src/tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"strict": true,
99
"esModuleInterop": true,
1010
"skipLibCheck": true,
11-
"forceConsistentCasingInFileNames": true,
11+
"forceConsistentCasingInFileNames": true,
12+
"allowJs": true // <-- Add this line
1213
},
13-
"include": ["**/*.ts"]
14-
}
14+
"include": ["**/*.ts", "**/*.js"] // <-- Edit this line
15+
}

0 commit comments

Comments
 (0)