Skip to content

Commit 2aad4d1

Browse files
authored
Add missing type:module to issue 952 test (#2989)
found during #2988 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - None. - Chores - Updated the project to use ES modules via package configuration, aligning imports/exports with modern module semantics and runtime resolution. - Impact - No changes to user-facing features or UI. Behavior should remain the same for typical usage; only module loading and import/export mechanics are affected under the hood. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 2e3b650 commit 2aad4d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

issue952-test/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "issue952-test",
33
"private": true,
44
"version": "0.0.0",
5+
"type": "module",
56
"scripts": {
67
"test": "tsc -p tsconfig.json",
78
"posttest": "rm *.d.ts"

0 commit comments

Comments
 (0)