Skip to content

Commit

Permalink
CommonJSに戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
imoken777 committed May 21, 2024
1 parent 1cf9cc1 commit 6238799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iniad-api-client",
"version": "0.1.9",
"version": "0.0.0",
"description": "iniad-api-client is an unofficial client for INIAD API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
Expand All @@ -11,6 +10,7 @@
"paths": {
"@/*": ["./*"]
},
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 6238799

Please sign in to comment.