mirror of
https://github.com/uniwhale-io/pyth-crosschain.git
synced 2026-04-30 21:02:07 +08:00
11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
"extends": "../../../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"rootDir": "src/",
|
|
"outDir": "./lib",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|