mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 05:52:04 +00:00
14 lines
347 B
JSON
14 lines
347 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"removeComments": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": true,
|
|
"module": "commonjs",
|
|
"rootDir": ".",
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["server/main.ts", "**/*.spec.ts", "types/**/*.d.ts"],
|
|
"exclude": ["build", "node_modules"]
|
|
}
|