Skip to content

Commit d6ca482

Browse files
committed
chore(build): packages/auth-providers/azureActiveDirectory/web/build.mts
1 parent a473fbe commit d6ca482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/auth-providers/azureActiveDirectory/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"directory": "packages/auth-providers/azureActiveDirectory/web"
88
},
99
"license": "MIT",
10-
"type": "module",
10+
"type": "commonjs",
1111
"exports": {
1212
".": {
1313
"import": {
@@ -37,7 +37,7 @@
3737
"dist"
3838
],
3939
"scripts": {
40-
"build": "tsx ./build.ts",
40+
"build": "tsx ./build.mts",
4141
"build:pack": "yarn pack -o redmix-auth-azure-active-directory-web.tgz",
4242
"build:types": "tsc --build --verbose ./tsconfig.build.json",
4343
"build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",

0 commit comments

Comments
 (0)