automerge/javascript/config/declonly.json
2023-01-13 10:33:47 +00:00

13 lines
228 B
JSON

{
"extends": "../tsconfig.json",
"exclude": [
"../dist/**/*",
"../node_modules",
"../test/**/*",
"../src/**/*.deno.ts"
],
"emitDeclarationOnly": true,
"compilerOptions": {
"outDir": "../dist"
}
}