{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"baseUrl": ".",
"outDir": "dist",
"rootDir": ".",
"moduleResolution": "bundler",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"emitDeclarationOnly": true
},
"include": ["src/ts", "wasm"],
"exclude": ["**/*.test.ts", "benches/ts"]
}