diff options
Diffstat (limited to 'cmd/mbf/internal/pkgserver/ui/tsconfig.json')
| -rw-r--r-- | cmd/mbf/internal/pkgserver/ui/tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/mbf/internal/pkgserver/ui/tsconfig.json b/cmd/mbf/internal/pkgserver/ui/tsconfig.json new file mode 100644 index 00000000..24df4936 --- /dev/null +++ b/cmd/mbf/internal/pkgserver/ui/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "target": "ES2024", + "strict": true, + "alwaysStrict": true, + "outDir": "static" + } +}
\ No newline at end of file |
