mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 15:25:50 +00:00
22 lines
372 B
JSON
22 lines
372 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/tools/forgeCLI",
|
|
"rootDir": ".",
|
|
"baseUrl": "../..",
|
|
"paths": {
|
|
"@/*": [
|
|
"./tools/forgeCLI/src/*"
|
|
],
|
|
"@server/*": [
|
|
"./server/src/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"./src/templates/**/*"
|
|
]
|
|
} |