11 lines
222 B
JSON
11 lines
222 B
JSON
|
{
|
||
|
"extends": "./base_tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"emitDeclarationOnly": true,
|
||
|
"declaration": true,
|
||
|
"declarationDir": "./types"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"./types/**/*"
|
||
|
]
|
||
|
}
|