mirror of
https://github.com/uniwhale-io/DefiLlama-yield-server.git
synced 2026-01-12 08:53:45 +08:00
19 lines
458 B
JSON
19 lines
458 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES5",
|
|
"strict": false,
|
|
"types": ["node", "jest"],
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"lib": ["ES2020.Promise", "ES6"]
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|