{ "extends": "./tsconfig.base.json", "compilerOptions": { "module": "commonjs", "target": "ES2019", "esModuleInterop": true, "skipLibCheck": true }, "ts-node": { "transpileOnly": true, "require": ["tsconfig-paths/register"] }, "include": ["prisma/**/*.ts"] }