strapi/packages/core/utils/tsconfig.json
Josh bc71a96d76
chore(pack-up): remove from monorepo (v5) (#20092)
* chore(pack-up): remove from repo

* chore: type fixes

* chore: add suggestions to tighten types

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>

---------

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-04-12 13:39:49 +01:00

6 lines
110 B
JSON

{
"extends": "tsconfig/base.json",
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/**"]
}