2025SELab2-project-Dwengo/backend/tsconfig.json
2025-03-07 20:00:54 +01:00

9 lines
192 B
JSON

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