mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
19 lines
No EOL
317 B
JSON
19 lines
No EOL
317 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"removeComments": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": true,
|
|
"module": "commonjs",
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"server/main.ts",
|
|
"**/*.spec.ts",
|
|
"types/**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"build",
|
|
"node_modules"
|
|
]
|
|
} |