pyth-crosschain/governance/multisig_wh_message_builder/tsconfig.json

11 lines
214 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"],
"compilerOptions": {
"rootDir": "src/",
"outDir": "./lib",
"skipLibCheck": true
}
}