logger-genesis
Version:
Logger package for genesis developers
35 lines (28 loc) • 746 B
JSON
{
"compilerOptions": {
"noImplicitAny": false,
"allowUnreachableCode": false,
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"strictPropertyInitialization": false,
"module": "commonjs",
"baseUrl": "./",
"outDir": "./dist",
"declaration": true,
"sourceMap": true,
"removeComments": true,
"allowJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["ES2022"],
"target": "ES2022",
"incremental": true,
"skipLibCheck": true
}
}