| { | |
| "compilerOptions": { | |
| "target": "ES2018", | |
| "strict": true, | |
| "moduleResolution": "node", | |
| "module": "CommonJS", | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "esModuleInterop": true, | |
| "allowSyntheticDefaultImports": true | |
| }, | |
| "include": ["."], | |
| "exclude": ["node_modules", "benchmark", "theme"] | |
| } |