mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": ["jasmine", "jasminewd2", "node"]
|
|
}
|
|
}
|