mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"moduleResolution": "Node",
|
|
"sourceMap": true,
|
|
"experimentalDecorators":true,
|
|
"allowJs": true,
|
|
}
|
|
}
|