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