13 lines
229 B
JSON
13 lines
229 B
JSON
|
{
|
||
|
"exclude": [
|
||
|
"src.ts/_admin/**"
|
||
|
],
|
||
|
"extends": "./tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"declarationDir": "./types",
|
||
|
"emitDeclarationOnly": true
|
||
|
}
|
||
|
}
|