mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"removeComments": false,
|
|
"strict": true,
|
|
"module": "commonjs",
|
|
"outDir": "../../build/metrics_server"
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|