mirror of
https://github.com/makeplane/plane.git
synced 2025-12-15 19:37:51 +01:00
13 lines
277 B
JSON
13 lines
277 B
JSON
{
|
|
"extends": "@plane/typescript-config/node-library.json",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|