From 764bacf29d89eb63fdd396c2a542c8b28914379d Mon Sep 17 00:00:00 2001 From: Mykyta Sikriier Date: Sun, 30 Jan 2022 14:20:55 +0100 Subject: [PATCH] typescript.md fix according to issue #2945 --- 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" ]