mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
9 lines
156 B
JSON
9 lines
156 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/**"]
|
|
}
|