Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
This commit is contained in:
15
.babelrc
15
.babelrc
@@ -1,4 +1,17 @@
|
||||
{
|
||||
"env": {
|
||||
"test": {
|
||||
"presets": [ [
|
||||
"@babel/preset-env", {
|
||||
"modules": "commonjs",
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env", {
|
||||
@@ -18,7 +31,7 @@
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"@babel/transform-runtime", {
|
||||
"@babel/plugin-transform-runtime", {
|
||||
"polyfill": false,
|
||||
"regenerator": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user