mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 16:53:05 +00:00
6 lines
110 B
JSON
6 lines
110 B
JSON
{
|
|
"extends": "tsconfig/client.json",
|
|
"include": ["src", "./custom.d.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|