File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 "." : {
2222 "import" : " ./dist/index.es.js" ,
2323 "require" : " ./dist/index.umd.js" ,
24- "types" : " ./dist/index.d.ts"
24+ "types" : " ./dist/components/ index.d.ts"
2525 }
2626 },
27- "types" : " dist/index.d.ts" ,
27+ "types" : " dist/components/ index.d.ts" ,
2828 "files" : [
2929 " dist"
3030 ],
Original file line number Diff line number Diff line change 1+ import { App } from '@hyparam/components'
12import React from 'react'
23import ReactDOM from 'react-dom/client'
3- import { App } from '@hyparam/components'
44
55const app = document . getElementById ( 'app' )
66if ( ! app ) throw new Error ( 'missing app element' )
Original file line number Diff line number Diff line change 99 "resolveJsonModule" : true ,
1010 "strict" : true ,
1111 },
12- "include" : [" src" , " test" ]
12+ "include" : [" src" , " test" ],
1313}
You can’t perform that action at this time.
0 commit comments