zenstack/packages/plugins/policy/tsconfig.json
Yiming Cao 411524404e
refactor: move e2e orm tests to e2e project, fix bundle issues (#285)
* refactor: move e2e orm tests to e2e project, fix bundle issues

* add missing package

* include all tests

* more fixes

* update lockfile

* extract policy plugin to its own package

* fix lint

* addressing review comments
2025-10-03 21:06:19 -07:00

4 lines
90 B
JSON

{
"extends": "@zenstackhq/typescript-config/base.json",
"include": ["src/**/*"]
}