mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:40:53 +01:00
13 lines
511 B
JSON
13 lines
511 B
JSON
|
|
{
|
||
|
|
"//": [
|
||
|
|
"@angular/cdk and by extension @ngx-playwright/test only support ES Modules.",
|
||
|
|
"Playwright has an (experimental) Node ESM loader that transpiles TypeScript",
|
||
|
|
"to JavaScript. This loader is enabled when certain conditions are met:",
|
||
|
|
"- the package must have type module",
|
||
|
|
"- the playwright config must be written in typescript",
|
||
|
|
"- the playwright config must be written in ESM (i.e. import/export, not require)",
|
||
|
|
"- you must be using node >= 16"
|
||
|
|
],
|
||
|
|
"type": "module"
|
||
|
|
}
|