| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "commonjs", | |
| "moduleResolution": "node", | |
| "esModuleInterop": true, | |
| "strict": true, | |
| "skipLibCheck": true | |
| }, | |
| "include": ["benchmark.ts"] | |
| } | |
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "commonjs", | |
| "moduleResolution": "node", | |
| "esModuleInterop": true, | |
| "strict": true, | |
| "skipLibCheck": true | |
| }, | |
| "include": ["benchmark.ts"] | |
| } | |