chore: fix playground tsconfig

This commit is contained in:
Evan You 2020-05-10 12:56:48 -04:00
parent ed5b9e7f51
commit 9adbfdbb16

View File

@ -1,5 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"jsx": "preserve",
"baseUrl": "../", "baseUrl": "../",
"paths": { "paths": {
"vite": ["dist/index.d.ts"] "vite": ["dist/index.d.ts"]