diff --git a/developer-assist-dashboard/api/tsconfig.json b/developer-assist-dashboard/api/tsconfig.json index 114e3b17..32b5b514 100644 --- a/developer-assist-dashboard/api/tsconfig.json +++ b/developer-assist-dashboard/api/tsconfig.json @@ -6,6 +6,7 @@ "rootDir": ".", "sourceMap": true, "strict": false, + "esModuleInterop": true, "typeRoots": ["./node_modules/@types"] } } \ No newline at end of file diff --git a/graph-connector-bot/tsconfig.json b/graph-connector-bot/tsconfig.json index 0a0a5f7a..29f45887 100644 --- a/graph-connector-bot/tsconfig.json +++ b/graph-connector-bot/tsconfig.json @@ -7,6 +7,7 @@ "rootDir": "./", "sourceMap": true, "incremental": true, + "esModuleInterop": true, "tsBuildInfoFile": "./lib/.tsbuildinfo", } } diff --git a/hello-world-tab-docker/api/tsconfig.json b/hello-world-tab-docker/api/tsconfig.json index cca0ca95..4b64fa83 100644 --- a/hello-world-tab-docker/api/tsconfig.json +++ b/hello-world-tab-docker/api/tsconfig.json @@ -6,6 +6,7 @@ "rootDir": ".", "sourceMap": true, "strict": false, + "esModuleInterop": true, "typeRoots": ["./node_modules/@types"] } } diff --git a/team-central-dashboard/api/tsconfig.json b/team-central-dashboard/api/tsconfig.json index 114e3b17..32b5b514 100644 --- a/team-central-dashboard/api/tsconfig.json +++ b/team-central-dashboard/api/tsconfig.json @@ -6,6 +6,7 @@ "rootDir": ".", "sourceMap": true, "strict": false, + "esModuleInterop": true, "typeRoots": ["./node_modules/@types"] } } \ No newline at end of file