| { | |
| "compilerOptions": { | |
| "target": "es5", | |
| "module": "commonjs", | |
| "outDir": "./build", | |
| "rootDir": "./src", | |
| "strict": true, | |
| "noImplicitAny": true, | |
| "esModuleInterop": true, | |
| "noEmitOnError": true, | |
| "types": ["node"] | |
| }, | |
| "include": ["src/**/*"], | |
| "exclude": ["node_modules", "**/*.test.ts"] | |
| } |