Created
February 20, 2025 05:49
-
-
Save nknighta/acb830d51a9dc7551965af8025c2dc66 to your computer and use it in GitHub Desktop.
tsconfig for web3js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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