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