mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
* chore: build strapi utils with pack-up * chore: remove build:ts from workflow Update UploadAssetDialog.test.js
10 lines
166 B
JSON
10 lines
166 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|