view Applications/Samples/Web/single-frame.tsconfig.json @ 846:17423d072a95

Changed http timeouts in new-style Oracle commands to 60 secs (10 secs was too short for big requests)
author Benjamin Golinvaux <bgo@osimis.io>
date Sat, 15 Jun 2019 20:37:12 +0200
parents 5055031f4a06
children
line wrap: on
line source

{
    "extends" : "./tsconfig-samples",
    "compilerOptions": {
    },
    "include" : [
        "single-frame.ts"
    ]
}