view Resources/CodeGeneration/Graveyard/tsconfig.json @ 800:98a89b116b62

Added doc + fixed truncation warnings (+ inactive Orthanc IDs for BGO tests)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 28 May 2019 14:14:10 +0200
parents 6405435480ae
children
line wrap: on
line source

{
  // "extends": "../../../../../orthanc-stone/Platforms/Wasm/tsconfig-stone",
  "compilerOptions": {
    // "outFile": "../../../WebApplication-build/to-embed/app.js",
    // "module": "system",
    // "sourceMap": false,
    "lib": [
      "es2017",
      "es2017",
      "dom",
      "dom.iterable"
    ]
  },
  "include": [
    // "commands/*.ts",
    // "logger.ts",
    // "app.ts",
    // "main.ts",
    // "ui.ts",
    // "popup.ts"
  ]
}