diff --git a/package.json b/package.json index bb02ed1..4bf720a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,8 @@ "prettier-plugin-packagejson": "^2.2.18", "react": "^18.0.0", "react-dom": "^18.0.0", - "stylelint": "^14.9.1" + "stylelint": "^14.9.1", + "typescript": "5" }, "peerDependencies": { "react": ">=16.9.0", diff --git a/tsconfig.json b/tsconfig.json index 9d1dca1..ca6e806 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "noUnusedLocals": true, "noImplicitAny": true, "module": "esnext", - "moduleResolution": "bundler", + "moduleResolution": "NodeNext", "isolatedModules": false, "target": "es6", "lib": ["dom", "es2017"],