mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 19:32:49 +00:00
13 lines
213 B
JSON
13 lines
213 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../out-tsc/app",
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"types": [
|
||
|
"jasmine",
|
||
|
"jasminewd2",
|
||
|
"node"
|
||
|
]
|
||
|
}
|
||
|
}
|