mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": ".",
|
|
"types": ["lodash", "jest"],
|
|
"esModuleInterop": true
|
|
}
|
|
}
|