9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": ".",
|
|
},
|
|
"include": ["components/**/*"]
|
|
}
|