diff --git a/package/src/index.ts b/package/src/index.ts index 8a17f68..429f44b 100644 --- a/package/src/index.ts +++ b/package/src/index.ts @@ -1,3 +1,3 @@ -import InfiniteScroll from '@/InfiniteScroll'; +import InfiniteScroll from './InfiniteScroll'; export default InfiniteScroll; diff --git a/package/tsconfig.json b/package/tsconfig.json index 80b1aef..33279a0 100644 --- a/package/tsconfig.json +++ b/package/tsconfig.json @@ -10,9 +10,6 @@ "strict": true, "jsx": "react-jsx", "noImplicitAny": true, - "paths": { - "@/*": ["./src/*"], - }, "declaration": true, }, "include": ["src/**/*"],