botbook/node_modules/fast-copy/tsconfig/declarations.json
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

8 lines
143 B
JSON

{
"extends": "./base.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true
},
"include": ["../src/*"]
}