This commit is contained in:
xiaojunnuo
2024-07-20 14:26:01 +08:00
parent d62ea41671
commit 153e98b593
3 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import http from 'axios';
import fs from 'fs';
//读取 packages/core/pipline/package.json的版本号
import { default as packageJson } from './tsconfig.json' assert { type: 'json' };
delete packageJson.references;
fs.writeFileSync('./tsconfig.json', JSON.stringify(packageJson, null, 2));
@@ -0,0 +1 @@
1