strapi/packages/core/admin/server/tsconfig.build.json

11 lines
193 B
JSON

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