Skip to content

Latest commit

History

History
25 lines (17 loc) 路 585 Bytes

tsconfig.ts.md

File metadata and controls

25 lines (17 loc) 路 585 Bytes

Snapshot report for test/tsconfig.ts

The actual snapshot is saved in tsconfig.ts.snap.

Generated by AVA.

inline config without tsconfig + rootDir

Snapshot 1

[
  'main.js',
  'types/main.d.ts',
]

inline config without tsconfig without rootDir fails

Snapshot 1

Error {
  code: 'PLUGIN_ERROR',
  hook: 'buildStart',
  plugin: 'typescript',
  message: '@rollup/plugin-typescript: The "rootDir" or "rootDirs" option is required when the "tsconfig" option is not specified and "declaration" is "true".',
}