strapi/packages/core/admin/ee/server/tsconfig.json
Marc Roig 728d614ca4
feat: Migrate @strapi/admin server to typescript (#18232)
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-11-16 15:38:15 +00:00

10 lines
202 B
JSON

{
"extends": "tsconfig/base.json",
"include": ["src"],
"exclude": ["node_modules"],
"compilerOptions": {
"types": ["lodash", "jest"],
"esModuleInterop": true,
"allowJs": true,
},
}