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

16 lines
380 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"sourceMap": true,
"resolveJsonModule": true,
"noImplicitThis": true,
"noImplicitAny": true,
"module": "ESNext",
"moduleResolution": "Bundler"
}
}