mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 05:52:04 +00:00
* upgrade dependencies and fix API changes * skipLibCheck * attempt test fixes * fix attempt * stream-http * fix final thing i think
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"moduleResolution": "Node",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"noUnusedLocals": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|