mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 19:52:15 +00:00
* 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>
6 lines
110 B
JSON
6 lines
110 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/**"]
|
|
}
|