mirror of
https://github.com/strapi/strapi.git
synced 2026-01-03 02:32:56 +00:00
chore chore: fix tests chore: fix workflow chore: tidy ups chore: test fixes chore: skip nx cache chore: pr amends chore: fix rogue incorrect import
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src", "./custom.d.ts"],
|
|
"exclude": ["node_modules", "**/__tests__/**"]
|
|
}
|