mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 08:52:42 +00:00
chore(airi-plugin-claude-code): remove fixed extension
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"private": true,
|
||||
"description": "manifest.json description",
|
||||
"bin": {
|
||||
"tsdown": "./dist/run.mjs"
|
||||
"tsdown": "./dist/run.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
|
||||
@@ -6,7 +6,6 @@ export default defineConfig([
|
||||
inlineOnly: [],
|
||||
platform: 'node',
|
||||
dts: true,
|
||||
fixedExtension: true,
|
||||
unused: true,
|
||||
publint: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user