| { | |
| "compilerOptions": { | |
| "target": "es5", | |
| "lib": ["es2015"], | |
| "module": "commonjs", | |
| "declaration": true, | |
| "rootDir": ".", | |
| "strict": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "noImplicitReturns": true, | |
| "moduleResolution": "node", | |
| "esModuleInterop": true, | |
| "importHelpers": true, | |
| "stripInternal": true | |
| }, | |
| "exclude": [ | |
| "node_modules", | |
| "test/data" | |
| ] | |
| } |