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

9 lines
192 B
JSON

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