chore: build 1.33.0

This commit is contained in:
xiaojunnuo
2025-04-12 02:58:19 +08:00
parent c157882900
commit 60be8ed022
3 changed files with 3 additions and 8 deletions
-5
View File
@@ -1,9 +1,4 @@
import fs from 'fs';
//删除references
import { default as packageJson } from './tsconfig.json' assert { type: 'json' };
delete packageJson.references;
fs.writeFileSync('./tsconfig.json', JSON.stringify(packageJson, null, 2));
//瘦身
const filePath = './node_modules/typeorm/platform/PlatformTools.js';
const find = `const cli_highlight_1 = require("cli-highlight");`;