21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"outDir": "../../build/lib",
|
|
"rootDir": "../../",
|
|
"emitDeclarationOnly": false,
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": false,
|
|
"noEmit": false,
|
|
"baseUrl": "../../",
|
|
},
|
|
"include": [
|
|
"storybook",
|
|
"../**/src",
|
|
"../../plugins/**/src",
|
|
]
|
|
}
|