27 lines
421 B
JSON
27 lines
421 B
JSON
{
|
|
"extends": "@flowgram.ai/ts-config/tsconfig.flow.path.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@application/*": [
|
|
"application/*"
|
|
],
|
|
"@workflow/*": [
|
|
"domain/*"
|
|
],
|
|
"@infra/*": [
|
|
"infrastructure/*"
|
|
],
|
|
"@nodes/*": [
|
|
"nodes/*"
|
|
],
|
|
}
|
|
},
|
|
"include": [
|
|
"./src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|