mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
Files
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|||
"extends": "@plane/typescript-config/base.json",
|
|||
"compilerOptions": {
|
|||
"outDir": "./dist",
|
|||
"rootDir": "./src",
|
|||
"baseUrl": ".",
|
|||
"paths": {
|
|||
"@/*": ["src/*"]
|
|||
}
|
|||
},
|
|||
"include": ["src/*"],
|
|||
"exclude": ["dist", "build", "node_modules"]
|
|||
}
|