| { | |
| "compilerOptions": { | |
| "module": "commonjs", | |
| "target": "es2016", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "types": [ | |
| "node" | |
| ] | |
| }, | |
| "include": [ | |
| "*.ts" | |
| ] | |
| } |
| { | |
| "compilerOptions": { | |
| "module": "commonjs", | |
| "target": "es2016", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "types": [ | |
| "node" | |
| ] | |
| }, | |
| "include": [ | |
| "*.ts" | |
| ] | |
| } |