mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
92055a7fb1
chore: fetch template only if name matches name convention chore: linting chore: fix tests chore: fix npm scripts test: try to fix test
10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src", "custom.d.ts"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|