diff --git a/docs/recipes/typescript.md b/docs/recipes/typescript.md index cc054d5aa..38fe1d729 100644 --- a/docs/recipes/typescript.md +++ b/docs/recipes/typescript.md @@ -35,9 +35,6 @@ If your `package.json` has `"type": "module"`, then this is the AVA configuratio "extensions": { "ts": "module" }, - "nonSemVerExperiments": { - "configurableModuleFormat": true - }, "nodeArguments": [ "--loader=ts-node/esm" ]