{
   "compilerOptions": {
      "skipLibCheck": true,
      "target": "ES2022",
      "module": "ES2022",
      "moduleResolution": "node",
      "declaration": true,
      "outDir": "build/1-pre",
      "newLine": "lf",
      "strict": true,
      "alwaysStrict": true,
      "esModuleInterop": true,
      "exactOptionalPropertyTypes": true,
      "forceConsistentCasingInFileNames": true,
      "noFallthroughCasesInSwitch": true,
      "noImplicitAny": true,
      "noImplicitReturns": true,
      "noImplicitThis": true,
      "noUncheckedIndexedAccess": true,
      "noUnusedLocals": true,
      "removeComments": true
   }
}
