mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
},
|
|
"include": ["types", "src"],
|
|
"exclude": ["node_modules"]
|
|
}
|