🚧 Use TS project references

This commit is contained in:
Baptiste Arnaud
2024-08-28 18:09:35 +02:00
parent 0c7d2afd51
commit fdd6cc6fee
627 changed files with 3043 additions and 1696 deletions

View File

@@ -0,0 +1,54 @@
{
"extends": "../../tsconfig/base.json",
"include": [
"**/*.ts",
"**/*.tsx"
],
"compilerOptions": {
"outDir": "dist"
},
"references": [
{
"path": "../blocks/anthropic"
},
{
"path": "../blocks/calCom"
},
{
"path": "../blocks/chatNode"
},
{
"path": "../blocks/difyAi"
},
{
"path": "../blocks/elevenlabs"
},
{
"path": "../blocks/groq"
},
{
"path": "../blocks/mistral"
},
{
"path": "../blocks/nocodb"
},
{
"path": "../blocks/openRouter"
},
{
"path": "../blocks/openai"
},
{
"path": "../blocks/qrcode"
},
{
"path": "../blocks/segment"
},
{
"path": "../blocks/togetherAi"
},
{
"path": "../core"
}
]
}