mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 17:24:14 +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>
16 lines
380 B
JSON
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"
|
|
}
|
|
}
|