mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"removeComments": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": true,
|
|
"module": "commonjs",
|
|
"lib": ["es6"]
|
|
},
|
|
}
|