fix(core): update

This commit is contained in:
2022-03-14 21:17:36 +01:00
parent e36af800a3
commit 3b8ac18a6c
14 changed files with 723 additions and 565 deletions

View File

@@ -1,8 +1,8 @@
import * as plugins from './tswatch.plugins';
import * as paths from './tswatch.paths';
import { logger } from './tswatch.logging';
import * as plugins from './tswatch.plugins.js';
import * as paths from './tswatch.paths.js';
import { logger } from './tswatch.logging.js';
import { TsWatch } from './tswatch.classes.tswatch';
import { TsWatch } from './tswatch.classes.tswatch.js';
const tswatchCli = new plugins.smartcli.Smartcli();