11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "build-types"
|
|
}
|
|
}
|