comparison Applications/Samples/Web/tsconfig-simple-viewer-single-file.json @ 319:daa04d15192c am-2

new SimpleViewer sample that has been split in multiple files to be able to scale it
author am@osimis.io
date Thu, 11 Oct 2018 13:16:54 +0200
parents
children
comparison
equal deleted inserted replaced
318:3a4ca166fafa 319:daa04d15192c
1 {
2 "extends" : "./tsconfig-samples",
3 "compilerOptions": {
4 "outFile": "../build-web/app-simple-viewer-single-file.js"
5 },
6 "include" : [
7 "simple-viewer-single-file.ts"
8 ]
9 }