2025SELab2-project-Dwengo/backend/tsconfig.json

13 lines
237 B
JSON

{
"extends": "../tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
},
"references": [
{
"path": "../common"
}
]
}