diff --git a/play/tsconfig.json b/play/tsconfig.json index e895885c6e..8bd0c6bf0b 100644 --- a/play/tsconfig.json +++ b/play/tsconfig.json @@ -4,7 +4,7 @@ "allowJs": true, "module": "ESNext", "lib": ["ESNext", "DOM"], - "types": ["vite/client", "../global"], + "types": ["vite/client", "./global"], "resolveJsonModule": true, "moduleResolution": "Node", "allowSyntheticDefaultImports": true,