mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: d4144902589b5d29b65d05b1fc7ebd6eb7e1c781 [formerly fb7af33c94]
Former-commit-id: 13cca9a5d982ecb69fc381126de2e7319f804ad0
13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"declarationDir": "./dist/types",
|
|
"composite": true,
|
|
"checkJs": false,
|
|
"esModuleInterop": true,
|
|
},
|
|
"include": ["src/**/*", "../../build"],
|
|
"exclude": ["node_modules/**", "tests/**"]
|
|
}
|