mirror of
https://github.com/CryptKeeperZK/semaphore.git
synced 2026-01-09 23:48:09 -05:00
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declarationDir": "dist/types"
|
|
},
|
|
"include": ["src"]
|
|
}
|