From 4cddb5f20613de95085496e7ef45072b12f59d87 Mon Sep 17 00:00:00 2001 From: Nick K Date: Thu, 4 Jul 2024 02:24:35 +0300 Subject: [PATCH] chore: Update AVA configs --- ava.config.js | 3 --- tsconfig.json | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ava.config.js b/ava.config.js index 284add8..5f15fa9 100644 --- a/ava.config.js +++ b/ava.config.js @@ -1,8 +1,5 @@ export default { failFast: true, - environmentVariables: { - TS_NODE_PROJECT: "./tsconfig.ava.json" - }, extensions: { ts: "module" }, diff --git a/tsconfig.json b/tsconfig.json index 16755a1..678e1c1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,5 +18,8 @@ "moduleResolution": "node16", "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true + }, + "ts-node": { + "transpileOnly": true } }