pyth-crosschain/governance/multisig_wh_message_builder/tsconfig.json

11 lines
214 B
JSON
Raw Normal View History

2022-09-13 19:36:52 -07:00
{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"],
2022-09-13 19:36:52 -07:00
"compilerOptions": {
"rootDir": "src/",
"outDir": "./lib",
"skipLibCheck": true
}
2022-09-13 19:36:52 -07:00
}