Skip to content

Commit a4a1c0a

Browse files
authored
Proposed Change for tsconfig.json (#102)
1 parent d93643a commit a4a1c0a

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)