Mercurial > hg > orthanc-stone
view Resources/CodeGeneration/Graveyard/tsconfig.json @ 724:5b16242cdc93
Fixed truncation warning
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 21 May 2019 10:39:14 +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" ] }