Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Dec 3, 2024
1 parent cf94e2e commit 0d07cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/legacy/Flow/schema.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { FlowSchema } from '@modelscope-studio/legacy-compiled/src/Flow/type';
export { type FlowSchema } from '@modelscope-studio/legacy-compiled/src/Flow/type';
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNEXT",
"module": "CommonJS",
"module": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"verbatimModuleSyntax": true,
"strict": true,
Expand Down

0 comments on commit 0d07cec

Please sign in to comment.