mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 03:38:09 +00:00
* chore: use yarn resolution for design-system * fix: helper-plugin types * fix: color picker types
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"extends": "tsconfig/client.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noEmit": false,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src", "./custom.d.ts"],
|
|
"exclude": ["node_modules", "**/__tests__/**"]
|
|
}
|