PeerTube/client/e2e/tsconfig.json

14 lines
214 B
JSON
Raw Normal View History

2018-05-16 17:59:21 +00:00
{
2021-08-17 12:01:51 +00:00
"extends": "../tsconfig.json",
2018-05-16 17:59:21 +00:00
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
2021-08-17 12:01:51 +00:00
}