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