File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/autocertifier-client Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default defineConfig([
99
1010function nodejs ( ) : RollupOptions {
1111 return {
12- input : './dist/js/ src/exports.js' ,
12+ input : './dist/src/exports.js' ,
1313 output : [
1414 {
1515 format : 'es' ,
@@ -36,7 +36,7 @@ function nodejs(): RollupOptions {
3636
3737function nodejsTypes ( ) : RollupOptions {
3838 return {
39- input : './dist/types/ src/exports.d.ts' ,
39+ input : './dist/src/exports.d.ts' ,
4040 output : [
4141 {
4242 file : './dist/exports.d.ts' ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ../../tsconfig.node.json" ,
33 "compilerOptions" : {
4- "outDir" : " dist/js" ,
5- "declarationDir" : " dist/types" ,
4+ "outDir" : " dist" ,
65
76 /* Resolution */
87 "module" : " preserve" ,
You can’t perform that action at this time.
0 commit comments