Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/Graveyard/tsconfig.json @ 1006:4f28d9459e31 toa2019092001
Fixed unit tests and deprecated classes according to last API changes. UT all run ok.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Fri, 20 Sep 2019 12:13: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" ] }