diff --git a/src/routes/games/maimai.svelte b/src/routes/games/maimai.svelte index fa537f6..0d0ebc0 100644 --- a/src/routes/games/maimai.svelte +++ b/src/routes/games/maimai.svelte @@ -1,15 +1,19 @@ - Damillora: Game Profile + Damillora: Game Profile -
- -

Game Profile: maimai DX

-

Game Website

-
-
-
+ + + +

Game Profile: maimai DX

+

Game Website

+
+
+
diff --git a/tsconfig.json b/tsconfig.json index d826f6e..3850ab8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,9 @@ "compilerOptions": { "moduleResolution": "node", "module": "es2020", - "lib": ["es2020"], + "lib": [ + "es2020" + ], "target": "es2019", /** svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript @@ -23,8 +25,19 @@ "allowJs": true, "checkJs": true, "paths": { - "$lib/*": ["src/lib/*"] + "$lib": [ + "src/lib" + ], + "$lib/*": [ + "src/lib/*" + ] } }, - "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.ts", "src/**/*.svelte"] -} + "include": [ + "src/**/*.d.ts", + "src/**/*.js", + "src/**/*.ts", + "src/**/*.svelte" + ], + "extends": "./.svelte-kit/tsconfig.json" +} \ No newline at end of file