@tevm/ts-plugin
Version:
A typescript plugin for tevm
11 lines (10 loc) • 449 B
TypeScript
/**
* Resolves JSON files as const if they match the config
* @param config The configuration object
* @param jsonFilePath The path to the JSON file
* @param fao File Access Object
* @param languageServiceHost The language service host
* @param ts TypeScript object
* @returns A script snapshot or undefined
*/
export declare const resolveJsonAsConst: (config: any, jsonFilePath: string, fao: any, languageServiceHost: any, ts: any) => any;