mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
|
module.exports = {
|
||
|
ignoreCompilerErrors: true,
|
||
|
excludeNotExported: true,
|
||
|
excludePrivate: true,
|
||
|
excludeExternals: true,
|
||
|
mode: 'file'
|
||
|
}
|