Begin switching to TS

This commit is contained in:
lumijiez
2025-06-25 14:09:25 +03:00
parent b266277ec0
commit 10faba68c9
19 changed files with 6549 additions and 5 deletions

7
ui/next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;