F4MP/codigos originales/tiltedcode/Code/skyrim_ui/playwright/package.json
2026-01-06 18:53:59 +01:00

12 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"
}