2025SELab2-project-Dwengo/backend/tsconfig.json
2025-04-02 18:32:29 +00:00

13 lines
236 B
JSON

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