diff --git a/tsconfig.json b/tsconfig.json index e7ff90f..514d739 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,12 @@ "@/*": ["./*"] } }, + "ts-node": { + "compilerOptions": { + "module": "CommonJS", + "moduleResolution": "node" + } + }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] }