mirror of
https://github.com/strapi/strapi.git
synced 2026-06-02 16:27:47 +00:00
* chore: migrate to TS typeFromMime * chore: migrate to TS toSingularTypes * chore: migrate to TS prefixPluginTranslations * chore: migrate to TS prefixFileUrlWithBackendUrl * chore: migrate to TS moveElement * chore: migrate to TS getTrad * chore: migrate to TS getFileExtension * chore: migrate to TS containsAssetFilter * chore: migrate to TS displayedFilters * chore: migrate to TS downloadFile * chore: remove findRecursiveFolderMetadatas because is unused * chore: migrate to TS appendSearchParamsToUrl * chore: migrate to TS formatBytes * chore: migrate to TS formatDuration * chore: migrate to TS urlYupSchema * chore: migrate to TS urlsToAssets * chore: migrate to TS rawFileToAsset * chore: migrate to TS getFolderURL * chore: migrate to TS getFolderParents * chore: migrate to TS createAssetUrl * chore: migrate to TS findRecursiveFolderByValue * chore: migrate to TS getAllowedFiles * chore: migrate to TS getBreadcrumbDataCM * chore: migrate to TS normalizeAPIError * chore: migrate to TS getAPIInnerErrors * chore: migrate to TS getBreadcrumbDataML and change the utils imports * chore: fix export from index * chore: reduce the errors type definition * chore: change Query type * chore: change the way utils are exported in the index * chore: reduce the code in the custom declaration type file
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"extends": "tsconfig/client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@tests/*": ["./tests/*"]
|
|
}
|
|
},
|
|
"include": ["../package.json", "./src", "../shared", "./tests", "./custom.d.ts"]
|
|
}
|