fix(play): fix tsconfig types path (#5965)

This commit is contained in:
btea
2022-02-11 03:42:49 -06:00
committed by GitHub
parent 43c41015eb
commit fa54266588

View File

@@ -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,