Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/Graveyard/tsconfig.json @ 519:17106b29ed6d bgo-commands-codegen
Changed the metadata system for structs. A __handler entry is now required
(with "cpp", "ts" or both: ["cpp","ts"]).
Changed the enumerations to string-based values.
Adapted the integrated wasm test.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 12 Mar 2019 13:11:18 +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" ] }