We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93643a commit a4a1c0aCopy full SHA for a4a1c0a
services/collaboration/src/tsconfig.json
@@ -8,7 +8,8 @@
8
"strict": true,
9
"esModuleInterop": true,
10
"skipLibCheck": true,
11
- "forceConsistentCasingInFileNames": true,
+ "forceConsistentCasingInFileNames": true,
12
+ "allowJs": true // <-- Add this line
13
},
- "include": ["**/*.ts"]
14
-}
+ "include": ["**/*.ts", "**/*.js"] // <-- Edit this line
15
+}
0 commit comments