mango-feeds/tsconfig.types.json

10 lines
193 B
JSON
Raw Normal View History

2023-04-07 20:04:36 -07:00
{
"extends": "./tsconfig",
"compilerOptions": {
"noEmit": false,
"outDir": "./dist/types",
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true
}
2023-04-07 20:04:36 -07:00
}