mirror of https://github.com/microsoft/playwright
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
503 B
17 lines
503 B
{ |
|
"assumptions": { |
|
"setPublicClassFields": true |
|
}, |
|
"plugins": [ |
|
["@babel/plugin-transform-typescript", { "allowDeclareFields": true } ], |
|
"@babel/plugin-proposal-export-namespace-from", |
|
"@babel/plugin-proposal-class-properties", |
|
"@babel/plugin-proposal-logical-assignment-operators", |
|
"@babel/plugin-proposal-nullish-coalescing-operator", |
|
"@babel/plugin-proposal-optional-chaining", |
|
"@babel/plugin-transform-modules-commonjs" |
|
], |
|
"ignore": [ |
|
"**/*.d.ts" |
|
] |
|
}
|
|
|