Files
plane/packages/logger/tsconfig.json
Aaron 85d90030cf fix: eslint (#8185)
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
2025-12-05 16:03:51 +05:30

12 lines
238 B
JSON

{
"extends": "@plane/typescript-config/node-library.json",
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
},
"experimentalDecorators": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}