mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
9 lines
135 B
JSON
9 lines
135 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|