diff --git a/package.json b/package.json index 8383aed..63c3805 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "build-library": "cd src/components && rimraf dist && tsc --project lib-tsconfig.json && node post-build.cjs && cd ../lib && rimraf dist && tsc --project lib-tsconfig.json && node_modules/rollup/dist/bin/rollup -c", "test-ci": "npm run test -- --watchAll=false", "get-words": "node get-words.js", - "check-all-inflections": "tsx check-all-inflections.tsx" + "check-all-inflections": "tsx check-all-inflections.ts" }, "eslintConfig": { "extends": [ @@ -79,4 +79,4 @@ ] }, "dependencies": {} -} +} \ No newline at end of file