DefinitelyTyped/types/rollup-plugin-json/rollup-plugin-json-tests.ts

6 lines
134 B
TypeScript

import json from 'rollup-plugin-json';
json(); // $ExpectType Plugin
json({preferConst: true, indent: ' '}); // $ExpectType Plugin