Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit c596e60

Browse files
committed
chore: update playground tsconfig
1 parent a42bf73 commit c596e60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playground/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"vueCompilerOptions": {
2121
"experimentalRuntimeMode": "runtime-uni-app",
22-
"nativeTags": ["block", "component", "template", "slot"]
22+
"nativeTags": ["block", "component", "template", "slot"],
23+
"plugins": ["@uni-helper/uni-app-types/volar-plugin"]
2324
},
2425
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
2526
}

0 commit comments

Comments
 (0)