bump to new drift common

This commit is contained in:
Nour Alharithi
2024-10-24 13:43:11 -07:00
parent e167257059
commit 2aaa6a50c6
6 changed files with 9 additions and 21 deletions

View File

@@ -12,7 +12,10 @@
"emitDecoratorMetadata": true,
"baseUrl": ".",
"rootDir": "src",
"outDir": "./lib"
"outDir": "./lib",
"paths": {
"@drift/common/clients": ["./drift-common/common-ts/lib/clients"],
}
},
"include": ["src/**/*"],
"exclude": ["node_modules"]