mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 16:53:05 +00:00
11 lines
203 B
JSON
11 lines
203 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": [
|
|
"types",
|
|
"src",
|
|
"packup.config.ts",
|
|
"../strapi/src/cli/commands/__tests__/commands.test.utils.ts"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
}
|