Ghost/apps/admin-x-design-system/tsconfig.declaration.json

12 lines
235 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "./types"
},
"include": ["src"],
"exclude": ["src/**/*.stories.tsx"]
}