mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
makes some fields visible and other hidden depending on the result of some API calls, e.g. visitor is logged in -> show "Log out" button
13 lines
248 B
JSON
13 lines
248 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "WebApp/wwwroot/js",
|
|
"lib": [ "es2017", "dom" ]
|
|
},
|
|
"include": [ "WebApp/ts/**/*" ],
|
|
"compileOnSave": true
|
|
}
|