mirror of
https://github.com/uniwhale-io/pyth-crosschain.git
synced 2026-01-12 17:12:23 +08:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"composite": true,
|
|
"declarationMap": true,
|
|
"incremental": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|