feat: adding fullstory sdk package files

This commit is contained in:
Carlos
2025-02-20 22:05:04 -05:00
parent 4822e4502d
commit 47da5d782c
16 changed files with 2558 additions and 72 deletions

14
jest.config.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
transform: {
"^.+\\.tsx?$": [
"ts-jest",
{
useESM: true
}
]
},
extensionsToTreatAsEsm: [".ts"],
};