Skip to content

Commit fde63d5

Browse files
committed
1 parent c25b945 commit fde63d5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"@types/node": "^24.12.0",
4444
"rollup": "^4.59.0",
4545
"tslib": "^2.8.1",
46-
"typescript": "^5.9.3"
46+
"typescript": "^6.0.3"
4747
}
4848
}

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
2727

2828
/* Modules */
29-
"module": "es2015", /* Specify what module code is generated. */
30-
// "rootDir": "./", /* Specify the root folder within your source files. */
31-
// "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
29+
"module": "preserve", /* Specify what module code is generated. */
30+
"rootDir": "./", /* Specify the root folder within your source files. */
31+
"moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */
3232
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3333
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3434
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */

0 commit comments

Comments
 (0)