fix(core): update

This commit is contained in:
2024-05-10 15:55:25 +02:00
parent d88af368a4
commit 2f04474dab
8 changed files with 390 additions and 1417 deletions

View File

@@ -1,5 +1,5 @@
// import all the stuff we need
import * as plugins from './tsbuild.plugins.js';
import * as plugins from './plugins.js';
import type { CompilerOptions, ScriptTarget, ModuleKind } from './tsbuild.exports.js';
/**