File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
packages/mui-material-nextjs Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 24
24
},
25
25
"scripts" : {
26
26
"build" : " code-infra build && pnpm build:copy-files" ,
27
+ "build:tsdown" : " tsdown && pnpm build:copy-files" ,
27
28
"build:stable" : " code-infra build --bundle esm --hasLargeFiles --skipPackageJson --buildTypes false --skipBundlePackageJson" ,
28
29
"build:copy-files" : " code-infra copy-files" ,
29
30
"release" : " pnpm build && pnpm publish" ,
70
71
"node" : " >=14.0.0"
71
72
},
72
73
"exports" : {
73
- "./v13-pagesRouter" : " ./src/v13-pagesRouter/index.ts" ,
74
- "./*" : {
75
- "mui-src" : " ./src/*/index.ts"
76
- }
74
+ "./*" : " ./src/*/index.ts"
77
75
}
78
76
}
Original file line number Diff line number Diff line change 7
7
"declaration" : true ,
8
8
"noEmit" : false ,
9
9
"emitDeclarationOnly" : true ,
10
- "outDir" : " build/esm" ,
11
- "rootDir" : " ./src"
10
+ "outDir" : " build" ,
11
+ "rootDir" : " ./src" ,
12
+ "jsx" : " react-jsx"
12
13
},
13
14
"include" : [" ./src/**/*" ],
14
15
"exclude" : [" src/**/*.spec.*" , " src/**/*.test.*" ]
You can’t perform that action at this time.
0 commit comments