Mercurial > hg > orthanc-stone
view Applications/Samples/Web/tsconfig-samples.json @ 241:a4197519eb55 am
share tsconfig files between samples
author | am@osimis.io |
---|---|
date | Wed, 20 Jun 2018 09:50:25 +0200 |
parents | |
children | 313903066093 |
line wrap: on
line source
{ "compilerOptions": { "sourceMap": false, "lib" : [ "es2017", "dom" ] }, "include" : [ "../../../Platforms/Wasm/stone-framework-loader.ts", "../../../Platforms/Wasm/wasm-application.ts", "../../../Platforms/Wasm/wasm-viewport.ts" ] }