Skip to content

Instantly share code, notes, and snippets.

@nknighta
Created February 20, 2025 05:49
Show Gist options
  • Save nknighta/acb830d51a9dc7551965af8025c2dc66 to your computer and use it in GitHub Desktop.
Save nknighta/acb830d51a9dc7551965af8025c2dc66 to your computer and use it in GitHub Desktop.
tsconfig for web3js
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"rootDir": "./src",
"outDir": "./dist"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment