mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
* chore: build strapi utils with pack-up * chore: remove build:ts from workflow Update UploadAssetDialog.test.js
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["src", "packup.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|