[hacktoberfest] feat: add fireflies (#15527)

This commit is contained in:
Alex Galey
2025-11-04 12:09:53 +01:00
committed by GitHub
parent 6065fa61c7
commit 995f5b3b3f
29 changed files with 9023 additions and 0 deletions
+7
View File
@@ -2,6 +2,13 @@
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"paths": {
"twenty-sdk": ["packages/twenty-sdk/src/index.ts"],
"twenty-sdk/*": ["packages/twenty-sdk/src/*"],
"@/application": ["packages/twenty-sdk/src/application/index.ts"],
"@/application/*": ["packages/twenty-sdk/src/application/*"]
},
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",