mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-24 06:49:04 +03:00
18 lines
508 B
JSON
18 lines
508 B
JSON
{
|
|
"assumptions": {
|
|
"setPublicClassFields": true
|
|
},
|
|
"plugins": [
|
|
["@babel/plugin-transform-typescript", { "allowDeclareFields": true } ],
|
|
"@babel/plugin-transform-export-namespace-from",
|
|
"@babel/plugin-transform-class-properties",
|
|
"@babel/plugin-transform-logical-assignment-operators",
|
|
"@babel/plugin-transform-nullish-coalescing-operator",
|
|
"@babel/plugin-transform-optional-chaining",
|
|
"@babel/plugin-transform-modules-commonjs"
|
|
],
|
|
"ignore": [
|
|
"**/*.d.ts"
|
|
]
|
|
}
|