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