Mercurial > hg > orthanc-stone
comparison Resources/CodeGeneration/Graveyard/tsconfig.json @ 495:6405435480ae bgo-commands-codegen
Fixed template to add dump capabilities + started work on an integrated TS/WASM test
author | bgo-osimis |
---|---|
date | Sat, 23 Feb 2019 14:14:32 +0100 |
parents | Resources/CodeGeneration/tsconfig.json@6470248790db |
children |
comparison
equal
deleted
inserted
replaced
494:fc17251477d6 | 495:6405435480ae |
---|---|
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 } |