• File: tsconfig.json
  • Full Path: /var/www/nodejs/simo_meps_file_script/node_modules/pino/tsconfig.json
  • Date Modified: 02/28/2025 8:55 PM
  • File size: 246 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "compilerOptions": {
    "target": "es6",
    "lib": [ "es2015", "dom" ],
    "module": "commonjs",
    "noEmit": true,
    "strict": true,
    "esModuleInterop": true,
  },
  "exclude": [
    "./test/types/*.test-d.ts",
    "./*.d.ts"
  ]
}