Skip to content

Commit 1cd4053

Browse files
build:配置 TypeScript 输出目录
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 98bc62a commit 1cd4053

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
"moduleResolution": "node",
1414
"resolveJsonModule": true,
1515
"skipLibCheck": true,
16+
"outDir": "./dist",
1617
"baseUrl": "./src",
1718
"paths": {
1819
"@utils/*": ["utils/*"]
1920
}
2021
},
21-
"exclude": ["node_modules"],
22+
"exclude": ["node_modules", "dist"],
2223
"include": ["src/**/*", "plugins/**/*"]
2324
}

0 commit comments

Comments
 (0)