mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
* feat(orm): implement JSON null values and equality filter * Update packages/orm/src/client/crud/validator/index.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/orm/src/utils/type-utils.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * address PR comments * speed up test type-checking --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
8 lines
207 B
JSON
8 lines
207 B
JSON
{
|
|
"extends": "@zenstackhq/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["@zenstackhq/testtools/types", "node"]
|
|
},
|
|
"include": ["test/**/*.ts"]
|
|
}
|