Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue committed Aug 24, 2023
1 parent c261526 commit 1f66dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Options.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import {
compiler,
options,
OptionsProfile,
type OptionsProfile,
DEFAULT_PROFILE,
NEWBIE_PROFILE,
} from "./config_store";
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./app.css";
// @ts-ignore
import App from "./App.svelte";

// @ts-ignore
const app = new App({
target: document.body,
});
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"resolveJsonModule": true,
"strictNullChecks": true,
"baseUrl": ".",
"isolatedModules": true,
/**
* Typecheck JS in `.svelte` and `.js` files by default.
* Disable checkJs if you'd like to use dynamic types in JS.
Expand Down

0 comments on commit 1f66dcd

Please sign in to comment.