Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrefinedBrain committed Feb 16, 2024
1 parent b5aa06c commit c11ff51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-console */
import { createVueMetamorphCli } from 'vue-metamorph';
import process from 'process';

Expand All @@ -13,5 +12,6 @@ const cli = createVueMetamorphCli({

process.on('SIGQUIT', cli.abort);
process.on('SIGTERM', cli.abort);
process.on('SIGINT', cli.abort);

cli.run();
4 changes: 2 additions & 2 deletions template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"lib": [
"ESNext",
],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
Expand Down

0 comments on commit c11ff51

Please sign in to comment.