platform-codebase/features/content-engine/backend-api/tsconfig.json

14 lines
292 B
JSON
Raw Permalink Normal View History

{
"extends": "@lilith/configs/typescript/nestjs",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": "./",
"jsx": "react-jsx",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]
}