Skip to content

Commit

Permalink
ar(feat) DPCP-13: Get seed to work
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jul 13, 2024
1 parent 7dbc2a6 commit 61fd7d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
"@helpers": ["./lib/helpers"],
},
},
"ts-node": {
"maxOldSpaceSize": 8196,
"experimentalSpecifierResolution": "node",
"transpileOnly": true,
"esm": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules", "**/nsx/**/*", "**/system/**/*", "**/mock/**/*"],
}

0 comments on commit 61fd7d6

Please sign in to comment.