2026-08-27 21:09:14 +00:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"emitDeclarationOnly": true,
|
|
|
|
|
"noEmit": false,
|
|
|
|
|
"declarationDir": "out"
|
|
|
|
|
},
|
|
|
|
|
"include": ["**/*.ts"],
|
|
|
|
|
"exclude": ["dist", "node_modules"]
|
|
|
|
|
}
|