mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-04-28 03:00:41 -04:00
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declarationDir": "dist/types"
|
|
},
|
|
"include": ["src"]
|
|
}
|