mirror of
https://github.com/makeplane/plane.git
synced 2026-06-13 19:19:54 +00:00
85d90030cf
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
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"]
|
|
}
|