mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
6 lines
111 B
JSON
6 lines
111 B
JSON
|
|
{
|
||
|
|
"extends": "tsconfig/base.json",
|
||
|
|
"include": ["src", "packup.config.ts"],
|
||
|
|
"exclude": ["node_modules"]
|
||
|
|
}
|