feat: Add TypeScript definitions (#9693)

This commit is contained in:
Diamond Lewis
2025-04-15 06:59:58 -05:00
committed by GitHub
parent 39ef22d5c9
commit e86718fc59
19 changed files with 1482 additions and 36 deletions

View File

@@ -13,6 +13,12 @@
// If the library is an external module (uses `export`), this allows your test file to import "mylib" instead of "./index".
// If the library is global (cannot be imported via `import` or `require`), leave this out.
"baseUrl": ".",
"paths": { "parse": ["."] }
}
"paths": {
"parse-server": ["."],
"@parse/fs-files-adapter": ["./@types/@parse/fs-files-adapter"],
}
},
"include": [
"tests.ts"
]
}