mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"types": ["lodash", "jest"],
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
},
|
|
} |