mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
20 lines
348 B
JSON
20 lines
348 B
JSON
{
|
|
"extends": "@tsconfig/node14/tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"incremental": true,
|
|
"inlineSources": true,
|
|
"newLine": "lf",
|
|
"outDir": "dist",
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"stripInternal": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|