Skip to content

Commit

Permalink
Fix absolute path in declaration file bug
Browse files Browse the repository at this point in the history
This bug is related to rollup-plugin-typescript2 plugin.
ezolenko/rollup-plugin-typescript2#201
  • Loading branch information
dlguswo333 committed Jul 25, 2023
1 parent 582ccdb commit c5b52b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package/src/index.ts
@@ -1,3 +1,3 @@
import InfiniteScroll from '@/InfiniteScroll';
import InfiniteScroll from './InfiniteScroll';

export default InfiniteScroll;
3 changes: 0 additions & 3 deletions package/tsconfig.json
Expand Up @@ -10,9 +10,6 @@
"strict": true,
"jsx": "react-jsx",
"noImplicitAny": true,
"paths": {
"@/*": ["./src/*"],
},
"declaration": true,
},
"include": ["src/**/*"],
Expand Down

0 comments on commit c5b52b8

Please sign in to comment.