Mercurial > hg > orthanc-stone
annotate 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 |
rev | line source |
---|---|
490 | 1 { |
2 // "extends": "../../../../../orthanc-stone/Platforms/Wasm/tsconfig-stone", | |
3 "compilerOptions": { | |
4 // "outFile": "../../../WebApplication-build/to-embed/app.js", | |
5 // "module": "system", | |
6 // "sourceMap": false, | |
7 "lib": [ | |
8 "es2017", | |
9 "es2017", | |
10 "dom", | |
11 "dom.iterable" | |
12 ] | |
13 }, | |
14 "include": [ | |
15 // "commands/*.ts", | |
16 // "logger.ts", | |
17 // "app.ts", | |
18 // "main.ts", | |
19 // "ui.ts", | |
20 // "popup.ts" | |
21 ] | |
22 } |