mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +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>
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": ["./src", "../shared"],
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": "."
|
|
}
|
|
}
|