view Resources/CodeGeneration/Graveyard/tsconfig.json @ 1316:7045a0ff32c4 broker

Added DISABLE_STONE_QT_CMAKE_FILE option (Qt5 Win10 builds do not work when QtConfiguration.cmake is included). This is a quick hacky fix.
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 16 Mar 2020 11:21:57 +0100
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"
  ]
}