Skip to content

Commit 7dbb8d0

Browse files
package
1 parent 585dd79 commit 7dbb8d0

3 files changed

Lines changed: 59 additions & 65 deletions

File tree

package-lock.json

Lines changed: 48 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,16 @@
5959
"@babel/node": "^8.0.1",
6060
"@babel/preset-env": "^8.0.2",
6161
"@babel/register": "^8.0.1",
62-
"@rollup/plugin-commonjs": "^28.0.3",
63-
"@rollup/plugin-node-resolve": "^16.0.1",
64-
"@rollup/plugin-terser": "^0.4.4",
65-
"@rollup/plugin-typescript": "^12.1.2",
62+
"@rollup/plugin-commonjs": "^29.0.3",
63+
"@rollup/plugin-json": "^6.1.0",
64+
"@rollup/plugin-node-resolve": "^16.0.3",
65+
"@rollup/plugin-terser": "^1.0.0",
66+
"@rollup/plugin-typescript": "^12.3.0",
6667
"babel-preset-es2015": "^6.24.1",
67-
"prettier": "3.5.3",
68-
"rollup": "^4.40.0",
68+
"prettier": "^3.9.4",
69+
"rollup": "^4.62.2",
6970
"rollup-preserve-directives": "^1.1.3",
7071
"tslib": "^2.8.1",
71-
"typescript": "^5.8.3"
72+
"typescript": "^6.0.3"
7273
}
7374
}

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"rootDir": "./src",
34
"outDir": "./dist",
45
"allowJs": true,
56
"checkJs": true,
@@ -9,7 +10,8 @@
910
"emitDeclarationOnly": false,
1011
"target": "ESNext",
1112
"strict": true,
12-
"moduleResolution": "node"
13+
"module": "nodenext",
14+
"moduleResolution": "nodenext"
1315
},
1416
"include": ["src"],
1517
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)