mirror of
https://github.com/robonen/questlang.git
synced 2026-03-19 18:34:46 +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",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "TypeScript interpreter for QuestLang programming language",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
||||
@@ -9,5 +9,6 @@ export default defineConfig([
|
||||
entry: 'src/cli.ts',
|
||||
noExternal: ['@clack/prompts'],
|
||||
minify: true,
|
||||
dts: false,
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user