File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1919 "license" : " MIT" ,
2020 "type" : " module" ,
2121 "main" : " ./dist/index.js" ,
22- "types" : " ./dist-types /index.d.ts" ,
22+ "types" : " ./dist/index.d.ts" ,
2323 "bin" : {
2424 "rstest" : " ./bin/rstest.js"
2525 },
2626 "exports" : {
2727 "." : {
28- "types" : " ./dist-types /index.d.ts" ,
28+ "types" : " ./dist/index.d.ts" ,
2929 "default" : " ./dist/index.js"
3030 },
3131 "./package.json" : {
4141 "files" : [
4242 " bin" ,
4343 " dist" ,
44- " dist-types" ,
4544 " compiled" ,
4645 " globals.d.ts" ,
4746 " importMeta.d.ts"
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ export default defineConfig({
2929 '@vitest/pretty-format' ,
3030 ] ,
3131 } ,
32- distPath : './dist-types' ,
3332 } ,
3433 output : {
3534 externals : {
Original file line number Diff line number Diff line change 44 "outDir" : " ./dist" ,
55 "baseUrl" : " ./" ,
66 "rootDir" : " src" ,
7- "declarationDir" : " ./dist-types" ,
87 "composite" : true ,
98 "isolatedDeclarations" : true
109 },
You can’t perform that action at this time.
0 commit comments