We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582ccdb commit c5b52b8Copy full SHA for c5b52b8
package/src/index.ts
@@ -1,3 +1,3 @@
1
-import InfiniteScroll from '@/InfiniteScroll';
+import InfiniteScroll from './InfiniteScroll';
2
3
export default InfiniteScroll;
package/tsconfig.json
@@ -10,9 +10,6 @@
10
"strict": true,
11
"jsx": "react-jsx",
12
"noImplicitAny": true,
13
- "paths": {
14
- "@/*": ["./src/*"],
15
- },
16
"declaration": true,
17
},
18
"include": ["src/**/*"],
0 commit comments