From 1ec27831b12ed05f2d90cdc201fb9f40afe66ccc Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Fri, 11 Oct 2024 21:25:45 +0200 Subject: [PATCH] chore(test): remove unused `tsconfig.test.json` (#706) After the migration to `vitest`, it is not necessary anymore to have a custom `tsconfig.json` --- test/tsconfig.test.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/tsconfig.test.json diff --git a/test/tsconfig.test.json b/test/tsconfig.test.json deleted file mode 100644 index cf1f2005d..000000000 --- a/test/tsconfig.test.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "emitDeclarationOnly": false, - "noEmit": true, - "allowImportingTsExtensions": true - }, - "include": ["src/**/*"] -}