• File: tsconfig.json
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/big-integer/tsconfig.json
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 579 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
    "compilerOptions": {
        "target": "esnext",
        "module": "commonjs",
        "lib": [
            "es6"
        ],
        "noImplicitAny": true,
        "noImplicitThis": true,
        "strictNullChecks": false,
        "baseUrl": "./",
        "moduleResolution": "node",
        "allowJs": true,
        "typeRoots": [
            "./"
        ],
        "types": [
            "node"
        ],
        "forceConsistentCasingInFileNames": true
    },
    "files": [
        "BigInteger.d.ts",
        "spec/tsDefinitions.ts"
    ]
}