mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 03:38:09 +00:00
* chore: convert logger to pack-up * chore: convert generators to TS * chore: convert generators/app * chore: convert core/types * chore: preserve modules for `generators/app`
9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/**"]
|
|
}
|