wewe-rss / apps /server /tsconfig.json
div-wang's picture
上传文件
95d29a5 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
}
}