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