2022-08-08 23:30:36 -07:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-10-13 10:02:24 -07:00
|
|
|
"types": [
|
|
|
|
"node"
|
|
|
|
],
|
2022-08-08 23:30:36 -07:00
|
|
|
"moduleResolution": "node",
|
2022-10-13 10:02:24 -07:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"outDir": "lib",
|
|
|
|
"target": "esnext",
|
|
|
|
"module": "CommonJS",
|
|
|
|
"lib": [
|
|
|
|
"es2019"
|
|
|
|
],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"declaration": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"sourceMap": true
|
2022-08-08 23:30:36 -07:00
|
|
|
}
|
|
|
|
}
|