| { | |
| "compilerOptions": { | |
| "target": "es2021", | |
| "module": "esnext", | |
| "moduleResolution": "bundler", | |
| "skipLibCheck": true, | |
| "strict": true, | |
| "noUnusedLocals": true, | |
| "noImplicitAny": true, | |
| "noEmit": true | |
| }, | |
| "exclude": ["dist-js", "node_modules", "test/types"] | |
| } | |