diff --git a/package.json b/package.json index 3960c61..be63bc8 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-navigation-menu": "^1.2.1", "@tailwindcss/forms": "^0.5.9", + "@tanstack/react-table": "^8.20.5", "autoprefixer": "^10.4.20", "class-variance-authority": "^0.7.0", "date-fns": "^3.6.0", diff --git a/tsconfig.json b/tsconfig.json index 590f435..d81d4ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,7 +25,8 @@ "@/*": [ "./*" ] - } + }, + "target": "ES2017" }, "include": [ "next-env.d.ts",