mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32:47 +00:00
18 lines
277 B
JSON
18 lines
277 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"outDir": "../out-tsc/app",
|
|
"module": "ES2015",
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"src/test.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
"files": [
|
|
"main.ts",
|
|
"polyfills.ts"
|
|
]
|
|
}
|