mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-04-21 03:00:07 -04:00
14 lines
317 B
JSON
14 lines
317 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"declarationDir": "dist/types",
|
|
"moduleResolution": "nodenext",
|
|
"module": "ESNext",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"files": ["./hardhat.config.ts"]
|
|
}
|