blob: 4b0dc7536b23737d051617e6c7770ceec034b4b7 [file] [log] [blame]
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react",
"outDir": "../../build/lib",
"rootDir": "../../",
"emitDeclarationOnly": false,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"noEmit": false,
},
"exclude": ["node_modules"],
"include": [
"storybook",
"../**/src",
"../../plugins/**/src",
]
}