1 parent f5c3ce8 commit b81c186Copy full SHA for b81c186
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "koishi-plugin-ba-logo",
3
"description": "碧蓝档案 Logo 生成器",
4
- "version": "1.1.7",
+ "version": "1.1.8",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
7
"files": [
tsconfig.json
@@ -3,14 +3,13 @@
"rootDir": "src",
"outDir": "lib",
"target": "es2022",
- "module": "ESNext",
+ "module": "commonjs",
"declaration": true,
8
"composite": true,
9
"incremental": true,
10
"skipLibCheck": true,
11
"esModuleInterop": true,
12
- "emitDeclarationOnly": true,
13
- "moduleResolution": "Bundler",
+ "moduleResolution": "node",
14
"jsx": "react-jsx",
15
"jsxImportSource": "@satorijs/element",
16
"types": ["node", "yml-register/types"]
0 commit comments