PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/casper-js-sdk

Просмотр файла: tsconfig.json

{
  "compilerOptions": {
    "outDir": "./dist/",
    "alwaysStrict": true,
    "declaration": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "sourceMap": true,
    "noImplicitAny": true,
    "strictNullChecks": true,
    "noImplicitReturns": true,
    "noImplicitThis": true,
    "noUnusedParameters": true,
    "noUnusedLocals": true,
    "noFallthroughCasesInSwitch": true,
    "esModuleInterop": true,
    "resolveJsonModule": true,
    "module": "commonjs",
    "target": "es5",
    "lib": [ "es2015", "dom" ],
    "skipLibCheck": true,
    "typeRoots": [
      "./src/@types",
      "./node_modules/@types"
    ]
  },
  "include": [
	  "./src/**/*"
  ],
  "exclude": ["./test/**/*", "*/*.test.ts"]
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!