mirror of
https://github.com/strapi/strapi.git
synced 2026-02-12 02:26:40 +00:00
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["types", "src"],
|
|
"exclude": ["node_modules", "**/__tests__/**"]
|
|
}
|