mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
10 lines
200 B
JavaScript
10 lines
200 B
JavaScript
|
|
export default {
|
||
|
|
files: ['test/*'],
|
||
|
|
babel: {
|
||
|
|
compileEnhancements: false,
|
||
|
|
compileAsTests: ['**/testUtils/**/*']
|
||
|
|
},
|
||
|
|
extensions: ['ts'],
|
||
|
|
require: ['ts-node/register/transpile-only']
|
||
|
|
};
|