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 a473fbe commit d6ca482Copy full SHA for d6ca482
packages/auth-providers/azureActiveDirectory/web/build.ts renamed to packages/auth-providers/azureActiveDirectory/web/build.mts
packages/auth-providers/azureActiveDirectory/web/package.json
@@ -7,7 +7,7 @@
7
"directory": "packages/auth-providers/azureActiveDirectory/web"
8
},
9
"license": "MIT",
10
- "type": "module",
+ "type": "commonjs",
11
"exports": {
12
".": {
13
"import": {
@@ -37,7 +37,7 @@
37
"dist"
38
],
39
"scripts": {
40
- "build": "tsx ./build.ts",
+ "build": "tsx ./build.mts",
41
"build:pack": "yarn pack -o redmix-auth-azure-active-directory-web.tgz",
42
"build:types": "tsc --build --verbose ./tsconfig.build.json",
43
"build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
0 commit comments