mirror of
https://github.com/CryptKeeperZK/semaphore.git
synced 2026-01-09 15:37:57 -05:00
37 lines
961 B
JSON
37 lines
961 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"target": "ES5",
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"preserveConstEnums": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declarationDir": "types",
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"types"
|
|
],
|
|
"paths": {
|
|
"@cryptkeeperzk/semaphore-*": [
|
|
"packages/*/src"
|
|
],
|
|
"@cryptkeeperzk/@cryptkeeperzk/ffjavascript": [
|
|
"./src/types/ffjavascript"
|
|
],
|
|
"@cryptkeeperzk/snarkjs": [
|
|
"./src/types/snarkjs"
|
|
],
|
|
}
|
|
},
|
|
"ts-node": {
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs"
|
|
}
|
|
}
|
|
} |