mirror of
https://github.com/zkonduit/ezkl.git
synced 2026-01-08 22:08:07 -05:00
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"outDir": "./dist/esm"
|
|
}
|
|
}
|