Browse Source

Set up tsconfig for packages

master
David Ludwig 3 years ago
parent
commit
eb38aaf32c
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      tsconfig.package.json

+ 6
- 0
tsconfig.package.json View File

@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true
}
}

Loading…
Cancel
Save