annotate Deprecated/Platforms/Wasm/tsconfig-stone.json @ 1400:419d0320c344

moved Platforms into Deprecated
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 20:45:14 +0200
parents Platforms/Wasm/tsconfig-stone.json@548eed46f535
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
244
313903066093 cleanup
am@osimis.io
parents:
diff changeset
1 {
313903066093 cleanup
am@osimis.io
parents:
diff changeset
2 "include" : [
295
b04b13810540 unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents: 287
diff changeset
3 "stone-framework-loader.ts",
526
548eed46f535 introduced a Logger class that displays timing and source (C++/JS)
Alain Mazy <alain@mazy.be>
parents: 295
diff changeset
4 "logger.ts",
295
b04b13810540 unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents: 287
diff changeset
5 "wasm-application-runner.ts",
b04b13810540 unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents: 287
diff changeset
6 "wasm-viewport.ts"
244
313903066093 cleanup
am@osimis.io
parents:
diff changeset
7 ]
313903066093 cleanup
am@osimis.io
parents:
diff changeset
8 }