mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
fix(core): remove ESM declaration (#687)
This commit is contained in:
parent
b601fb45ce
commit
e61dba90a8
3 changed files with 2 additions and 9 deletions
|
@ -5,7 +5,6 @@
|
|||
"main": "build/index.js",
|
||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"@/*": [
|
||||
"src/*"
|
||||
]
|
||||
},
|
||||
"module": "ESNext"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,10 +10,5 @@
|
|||
"include": [
|
||||
"src",
|
||||
"jest.*.ts"
|
||||
],
|
||||
"ts-node": {
|
||||
"moduleTypes": {
|
||||
"jest.config.ts": "cjs"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue