| 1234567891011121314151617 |
- {
- "extends": "./tsconfig.base.json",
- "compilerOptions": {
- "module": "commonjs",
- "target": "ES2022",
- "esModuleInterop": true,
- "skipLibCheck": true,
- "resolveJsonModule": true
- },
- "ts-node": {
- "transpileOnly": true,
- "compilerOptions": {
- "module": "commonjs"
- }
- },
- "include": ["prisma/**/*.ts"]
- }
|