mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 04:33:46 +00:00
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declarationMap": true
|
|
},
|
|
"include": ["types", "src"],
|
|
"exclude": ["node_modules", "**/__tests__/**"]
|
|
}
|