chore: comments [ci skip]

This commit is contained in:
Evan You 2023-04-14 20:53:21 +08:00
parent 34a007d00d
commit a9f5e14c7c
1 changed files with 3 additions and 1 deletions

View File

@ -111,7 +111,9 @@ export interface SFCScriptCompileOptions {
*/
defineModel?: boolean
/**
*
* File system access methods to be used when resolving types
* imported in SFC macros. Defaults to ts.sys in Node.js, can be overwritten
* to use a virtual file system for use in browsers (e.g. in REPLs)
*/
fs?: {
fileExists(file: string): boolean