strapi/packages/plugins/cloud/admin/tsconfig.build.json

11 lines
194 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"include": ["./src", "*.d.ts"],
"exclude": ["**/*.test.tsx"],
"compilerOptions": {
"rootDir": "../",
"baseUrl": ".",
"outDir": "./dist"
}
}