• File: tsconfig.json
  • Full Path: /home6/laduliya/mobile.digitalilab.com/dotenv/types/tsconfig.json
  • Date Modified: 10/26/1985 8:15 AM
  • File size: 278 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "compilerOptions": {
    "module": "commonjs",
    "lib": ["es6"],
    "noImplicitAny": true,
    "noImplicitThis": true,
    "strictNullChecks": true,
    "strictFunctionTypes": true,
    "noEmit": true,
    "baseUrl": ".",
    "paths": {
      "dotenv": ["."]
    }
  }
}