Minimal TypeScript configuration file

tsconfig.json

For the full content of this gist, refer to https://gist.github.com/CodingAbdullah/00d40cce26b8dc66904f890ba00164e6

compilerOptions
target
"ES2020"
module
"CommonJS"
outDir
"./dist"
rootDir
"./"
strict
true
esModuleInterop
true
include
*/*.ts
exclude
node_modules
CodingAbdullah
Abdullah Muhammad@CodingAbdullah

McMaster. Software Engineer with a keen interest in blockchain and web3.