{
"compilerOptions": {
"target": "es6", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "commonjs", /* Specify what module code is generated. */
"rootDir": "./src", /* Specify the root folder within your source files. */
"outDir": "./lib", /* Specify an output folder for all emitted files. */
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables */
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true /* Enable error reporting for expressions and declarations with an implied `any` type.. */
},
"exclude": ["node_modules", "**/*.test.ts", "jest*"]
}