mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
* Ensure that Karma and Electron use the same Chromium version * Move the unit test to server_manager. This fixes an error on Travis involving importing from a package.json governed by a different tsconfig * Unconditionally build the install script in the web app test
13 lines
281 B
JSON
13 lines
281 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"moduleResolution": "Node",
|
|
"sourceMap": true,
|
|
"experimentalDecorators":true,
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
}
|
|
}
|