strapi/packages/admin-test-utils/tsconfig.build.json

9 lines
155 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src", "custom.d.ts"],
"exclude": ["**/__tests__/**"]
}