Skip to content

Commit

Permalink
temporal style
Browse files Browse the repository at this point in the history
  • Loading branch information
steveandroulakis committed May 16, 2023
1 parent d1e7bbd commit 84700b7
Show file tree
Hide file tree
Showing 10 changed files with 1,886 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/ui",
"runtimeArgs": [
"vite", "dev", "--open"
"vite", "dev", "--", "--open"
],
"type": "node",
"serverReadyAction": {
Expand Down
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"sourceRoot": "api",
"outDir": "api/out",
"sourceMap": true,
"esModuleInterop": true
}
"esModuleInterop": true,
"allowJs": true,
"checkJs": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true
}
}
Loading

0 comments on commit 84700b7

Please sign in to comment.