Files
plane/packages/decorators/tsconfig.json
Aaron Reisman af58aa3d47 feat: oxlint
2025-11-26 12:06:07 +07:00

15 lines
334 B
JSON

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