mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- bug reporting section in readme
This commit is contained in:
parent
cf591d572e
commit
a99c6cd9c1
16
README.md
16
README.md
@ -1,4 +1,5 @@
|
||||
# rollup-plugin-typescript2
|
||||
|
||||
[](https://npmjs.org/package/rollup-plugin-typescript2)
|
||||

|
||||
|
||||
@ -64,4 +65,19 @@ Plugin takes following options:
|
||||
|
||||
|
||||
### TypeScript version
|
||||
|
||||
This plugin currently requires TypeScript 2.0+.
|
||||
|
||||
### Reporting bugs
|
||||
|
||||
Report any bugs on github: <https://github.com/ezolenko/rollup-plugin-typescript2/issues>.
|
||||
|
||||
Attach your `tsconfig.json`, `package.json` (for versions of dependencies), rollup script and anything else that could influence module resolution, ambient types and typescript compilation.
|
||||
|
||||
Check if problem is reproducible after running `npm prune` to clear any rogue types from npm_modules (by default typescript grabs all ambient types).
|
||||
|
||||
Check if you get the same problem with `clean` option set to true (might indicate a bug in the cache).
|
||||
|
||||
If makes sense, check if running `tsc` directly produces similar results.
|
||||
|
||||
Attach plugin output with `verbosity` option set to 3 (this will list all files being transpiled and their imports).
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rollup-plugin-typescript2",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Seamless integration between Rollup and TypeScript. Now with errors.",
|
||||
"main": "dist/rollup-plugin-typescript2.cjs.js",
|
||||
"module": "dist/rollup-plugin-typescript2.es.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user