Skip to content

Commit 945aa29

Browse files
committed
material-nextjs
1 parent c1d314c commit 945aa29

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

packages/mui-material-nextjs/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"scripts": {
2626
"build": "code-infra build && pnpm build:copy-files",
27+
"build:tsdown": "tsdown && pnpm build:copy-files",
2728
"build:stable": "code-infra build --bundle esm --hasLargeFiles --skipPackageJson --buildTypes false --skipBundlePackageJson",
2829
"build:copy-files": "code-infra copy-files",
2930
"release": "pnpm build && pnpm publish",
@@ -70,9 +71,6 @@
7071
"node": ">=14.0.0"
7172
},
7273
"exports": {
73-
"./v13-pagesRouter": "./src/v13-pagesRouter/index.ts",
74-
"./*": {
75-
"mui-src": "./src/*/index.ts"
76-
}
74+
"./*": "./src/*/index.ts"
7775
}
7876
}

packages/mui-material-nextjs/tsconfig.build.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
"declaration": true,
88
"noEmit": false,
99
"emitDeclarationOnly": true,
10-
"outDir": "build/esm",
11-
"rootDir": "./src"
10+
"outDir": "build",
11+
"rootDir": "./src",
12+
"jsx": "react-jsx"
1213
},
1314
"include": ["./src/**/*"],
1415
"exclude": ["src/**/*.spec.*", "src/**/*.test.*"]

0 commit comments

Comments
 (0)