mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-04-21 03:00:07 -04:00
10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist/",
|
|
"moduleResolution": "node",
|
|
"declarationDir": "dist/types"
|
|
},
|
|
"include": ["src/**/*", "test/**/*", "types/**/*"]
|
|
}
|