From 92a21ff4c5df6e9f771cfbd140835dce3b6d7b0d Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 8 Dec 2023 14:56:51 -0500 Subject: Migration script, improvements in expenses list --- tsconfig.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index e59724b..07023db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,5 +23,12 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules"], + "ts-node": { + "require": ["tsconfig-paths/register", "dotenv/config"], + "compilerOptions": { + "isolatedModules": false, + "module": "CommonJS" + } + } } -- cgit v1.3