mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-04-21 03:00:07 -04:00
25 lines
794 B
JSON
25 lines
794 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"preserveConstEnums": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declarationDir": "types",
|
|
"typeRoots": ["node_modules/@types", "types"],
|
|
"paths": {
|
|
"@zkmpc/*": ["packages/*/src"],
|
|
"@zkmpc/actions/src": ["packages/actions/src"],
|
|
"@zkmpc/actions/src/types": ["packages/actions/src/types"],
|
|
"@zkmpc/actions/src/types/enums": ["packages/actions/src/types/enums"]
|
|
}
|
|
}
|
|
}
|