mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"extends": "tsconfig/client.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"noImplicitAny": true,
|
|
"outDir": "dist",
|
|
},
|
|
"include": ["src", "./custom.d.ts"],
|
|
"exclude": ["node_modules", "**/__tests__/**"]
|
|
}
|