We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f3d05 commit 0c59d70Copy full SHA for 0c59d70
src/cdk/tsconfig-tests.json
@@ -4,6 +4,8 @@
4
{
5
"extends": "./tsconfig-build",
6
"compilerOptions": {
7
+ // Needed for Moment.js since it doesn't have a default export.
8
+ "allowSyntheticDefaultImports": true,
9
"importHelpers": false,
10
"module": "commonjs",
11
"target": "es5",
src/lib/tsconfig-tests.json
0 commit comments