You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
501 B
Plaintext
31 lines
501 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/env",
|
|
"@babel/typescript"
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties",
|
|
"@babel/proposal-object-rest-spread",
|
|
"@babel/transform-runtime"
|
|
],
|
|
"env": {
|
|
"node": {
|
|
"plugins": [
|
|
"add-module-exports"
|
|
]
|
|
},
|
|
"test": {
|
|
"plugins": [
|
|
"add-module-exports",
|
|
[
|
|
"istanbul",
|
|
{
|
|
"exclude": [
|
|
"**/*.spec.js"
|
|
]
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
} |