annotate Resources/CodeGeneration/Graveyard/tsconfig.json @ 1327:4f8db2d202c8 broker

OrthancSeriesProgressiveLoader now has two modes that can be selected at object creation : - progressive (will first load jpeg50, then jpeg90 then PAM) - non-progressive (will directly load PAM (uncompressed)) Please note that the slice loading order remains dynamic and depending upon the slice that the client code wishes to extract from the volume.
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 25 Mar 2020 14:34:27 +0100
parents 6405435480ae
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
490
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
1 {
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
2 // "extends": "../../../../../orthanc-stone/Platforms/Wasm/tsconfig-stone",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
3 "compilerOptions": {
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
4 // "outFile": "../../../WebApplication-build/to-embed/app.js",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
5 // "module": "system",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
6 // "sourceMap": false,
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
7 "lib": [
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
8 "es2017",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
9 "es2017",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
10 "dom",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
11 "dom.iterable"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
12 ]
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
13 },
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
14 "include": [
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
15 // "commands/*.ts",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
16 // "logger.ts",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
17 // "app.ts",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
18 // "main.ts",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
19 // "ui.ts",
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
20 // "popup.ts"
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
21 ]
6470248790db ongoing codegen work
bgo-osimis
parents:
diff changeset
22 }