diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-08 14:56:51 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-08 14:56:51 -0500 |
| commit | 92a21ff4c5df6e9f771cfbd140835dce3b6d7b0d (patch) | |
| tree | 33f09b0069550f58e287a4e12a70f20ff1f50cea /tsconfig.json | |
| parent | 9cc819b0c900d82efb55b6bc8c9faa38d21c0197 (diff) | |
Migration script, improvements in expenses list
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 9 |
1 files changed, 8 insertions, 1 deletions
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" + } + } } |
