File: warnings.ts.md

package info (click to toggle)
node-rollup-plugin-typescript 11.1.5~ds%2B~1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,332 kB
  • sloc: javascript: 1,840; makefile: 21
file content (17 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
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',
      },
    ]