mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- fix for linter
This commit is contained in:
parent
4195cb85b0
commit
05779f671e
@ -23,10 +23,10 @@ export default {
|
||||
plugins: [
|
||||
replace
|
||||
({
|
||||
replaces:
|
||||
{
|
||||
"$RPT2_VERSION": pkg.version,
|
||||
"$TS_VERSION_RANGE": pkg.peerDependencies.typescript
|
||||
replaces:
|
||||
{
|
||||
"$RPT2_VERSION": pkg.version,
|
||||
"$TS_VERSION_RANGE": pkg.peerDependencies.typescript,
|
||||
},
|
||||
}),
|
||||
resolve({ jsnext: true, preferBuiltins: true }),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user