8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
{
|
|
"presets": ["@babel/env", "@babel/preset-react", "@babel/preset-typescript"],
|
|
"plugins": [
|
|
["@babel/plugin-transform-typescript", {
|
|
"allowNamespaces": true
|
|
}]
|
|
]
|
|
} |