platform-codebase/features/webmap/backend-api/tsconfig.json

12 lines
224 B
JSON
Executable file

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}