mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 09:15:55 +00:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src", "custom.d.ts"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|