Skip to content

Commit 0b58be2

Browse files
committed
chore: added type: module
1 parent 98d78fb commit 0b58be2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "import-sync",
3+
"type": "module",
34
"repository": {
45
"type": "git",
56
"url": "https://github.com/nktnet1/import-sync"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"skipLibCheck": true,
1616
"target": "ES6"
1717
},
18-
"include": [ "src/**/*.ts" , "types/**/*.d.ts", "tsdown.config.ts", ]
18+
"include": [ "src/**/*.ts" , "types/**/*.d.ts", "tsdown.config.ts" ]
1919
}

0 commit comments

Comments
 (0)