Files
dwellops-platform/apps/api/tsconfig.json
2026-03-10 21:30:52 -03:00

13 lines
219 B
JSON

{
"extends": "@dwellops/config/tsconfig/node.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"noEmit": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"]
}