Merge pull request #868 from ing-bank/chore/tsc-exclude
chore: exclude index.d.ts files from being built to prevent tsc error
This commit is contained in:
commit
c6e13e47dd
1 changed files with 2 additions and 1 deletions
|
|
@ -4,5 +4,6 @@
|
|||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"noEmit": false
|
||||
}
|
||||
},
|
||||
"exclude": ["packages/*/index.d.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue