mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"moduleResolution": "Node",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"noUnusedLocals": true
|
|
}
|
|
}
|