[hacktoberfest] feat: add fireflies (#15527)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user