mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "WebApp/wwwroot/js",
|
|
"lib": [ "es2015", "dom" ]
|
|
},
|
|
"include": [ "WebApp/ts/**/*" ]
|
|
}
|