we-rss / apps /server /tsconfig.json
fiewolf1000's picture
Upload 98 files
4c0481f verified
raw
history blame contribute delete
285 Bytes
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"esModuleInterop":true
}
}