1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Snapshot report for `test/warnings.ts`
The actual snapshot is saved in `warnings.ts.snap`.
Generated by [AVA](https://avajs.dev).
## bad module in tsconfig
> Snapshot 1
[
{
code: 'PLUGIN_WARNING',
message: '@rollup/plugin-typescript: Rollup requires that TypeScript produces ES Modules. Unfortunately your configuration specifies a "module" other than "esnext". Unless you know what you\'re doing, please change "module" to "esnext" in the target tsconfig.json file or plugin options.',
plugin: 'typescript',
},
]
|