Files
pyth-crosschain/governance/xc_admin/packages/crank_pythnet_relayer/tsconfig.json
Ali Behjati 481c61bc2c [refactor] Improve typescript codebase (#553)
* Use base tsconfig

* Add lint check

* Fix tilt
2023-02-01 11:26:23 -06:00

11 lines
220 B
JSON

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