mirror of
https://github.com/robonen/questlang.git
synced 2026-03-20 02:44:47 +00:00
fix: ensure dts option is set to false for cli entry in tsdown.config.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@robonen/questlang",
|
"name": "@robonen/questlang",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "TypeScript interpreter for QuestLang programming language",
|
"description": "TypeScript interpreter for QuestLang programming language",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -9,5 +9,6 @@ export default defineConfig([
|
|||||||
entry: 'src/cli.ts',
|
entry: 'src/cli.ts',
|
||||||
noExternal: ['@clack/prompts'],
|
noExternal: ['@clack/prompts'],
|
||||||
minify: true,
|
minify: true,
|
||||||
|
dts: false,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user