mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
{
|
|
"assumptions": {
|
|
"setPublicClassFields": true
|
|
},
|
|
"presets": [
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@babel/plugin-transform-modules-commonjs"
|
|
],
|
|
"ignore": [
|
|
"**/*.d.ts",
|
|
"src/injected/**/*"
|
|
]
|
|
}
|