{"version":3,"sources":["../src/transpile/options.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,gBAAgB;IAGhC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,eAAe,CAAC,EAAE,MAAM,CAAC;CACzB","file":"options.d.ts","sourcesContent":["/**\n *\n *\n * @category TypeScript\n */\nexport interface TranspileOptions {\n\t/** Path to tsconfig.json.\n\t * \tUses './tsconfig.json' by default when not defined. */\n\ttsConfigFilePath?: string;\n\t/** Path to dir containing tsconfig.json. */\n\ttsConfigDirPath?: string;\n}\n"]}