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