Skip to content

Commit 9241716

Browse files
committed
Update tsconfig-sub-cjs.json to include additional compiler options
1 parent 0f66018 commit 9241716

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tsconfig-sub-cjs.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"module": "commonjs",
55
"target": "es5",
66
"lib": ["dom", "esnext"],
7-
"outDir": "authProviders"
7+
"outDir": "authProviders",
8+
"esModuleInterop": true,
9+
"allowSyntheticDefaultImports": true,
10+
"skipLibCheck": true
811
},
912
"exclude": ["node_modules", "lib", "samples", "test/", "src"],
1013
"include": ["authProviderOptions/azureTokenCredentials/", "authProviderOptions/authCodeMsalBrowser"],

0 commit comments

Comments
 (0)