mirror of
https://github.com/makeplane/plane.git
synced 2025-12-28 16:06:33 +01:00
16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"extends": "@plane/typescript-config/node-library.json",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"lib": ["ES2020"],
|
|
"rootDir": ".",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|