diff --git a/package-lock.json b/package-lock.json index 22a5a1fd..d388bbb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@babel/plugin-transform-modules-commonjs": "7.24.8", "@babel/preset-env": "7.25.4", "@rollup/plugin-node-resolve": "15.2.3", - "@rollup/plugin-typescript": "11.1.6", + "@rollup/plugin-typescript": "12.1.0", "@types/jest": "29.5.13", "@typescript-eslint/eslint-plugin": "7.16.1", "@typescript-eslint/parser": "7.18.0", @@ -2735,9 +2735,9 @@ } }, "node_modules/@rollup/plugin-typescript": { - "version": "11.1.6", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz", - "integrity": "sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.1.0.tgz", + "integrity": "sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.1.0", @@ -11969,9 +11969,9 @@ } }, "@rollup/plugin-typescript": { - "version": "11.1.6", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz", - "integrity": "sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.1.0.tgz", + "integrity": "sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg==", "dev": true, "requires": { "@rollup/pluginutils": "^5.1.0", diff --git a/package.json b/package.json index 529da028..3c48c850 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@babel/plugin-transform-modules-commonjs": "7.24.8", "@babel/preset-env": "7.25.4", "@rollup/plugin-node-resolve": "15.2.3", - "@rollup/plugin-typescript": "11.1.6", + "@rollup/plugin-typescript": "12.1.0", "@types/jest": "29.5.13", "@typescript-eslint/eslint-plugin": "7.16.1", "@typescript-eslint/parser": "7.18.0", diff --git a/tsconfig.json b/tsconfig.json index 7de66ab7..a3b2f466 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "esModuleInterop": true, "declaration": true, - "declarationDir": "./types", + "declarationDir": "./dist/types", "outDir": "./dist/", "removeComments": true, "target": "ES2020",