aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json9
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"
+ }
+ }
}