fix(core): update

This commit is contained in:
2022-03-11 18:05:02 +01:00
parent 70245584d7
commit 9c9f7ae1dc
8 changed files with 102 additions and 25 deletions

View File

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