From 18c04f99bcc02ef0bc2c2ac038dde60e0a17e3ac Mon Sep 17 00:00:00 2001 From: Mykyta Sikriier Date: Sun, 6 Feb 2022 16:04:19 +0100 Subject: [PATCH] Remove outdated AVA 3 config from TypeScript recipe --- docs/recipes/typescript.md | 3 --- 1 file changed, 3 deletions(-) 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" ]