5 lines
174 B
TypeScript
5 lines
174 B
TypeScript
// Needed for projects with `moduleResolution: 'node'`
|
|
import extractionLoader from '../dist/types/plugin/extractor/extractionLoader.d.ts';
|
|
|
|
export default extractionLoader;
|