mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 19:52:15 +00:00
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["types", "src"],
|
|
"exclude": ["node_modules"]
|
|
}
|