diff options
Diffstat (limited to 'tsconfig.pkg.json')
-rw-r--r-- | tsconfig.pkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tsconfig.pkg.json b/tsconfig.pkg.json new file mode 100644 index 0000000..2ab21da --- /dev/null +++ b/tsconfig.pkg.json @@ -0,0 +1,8 @@ +{ + "extends": "./tsconfig.base.json", + "compilerOptions": { + "outDir": "./dist", + "composite": true + }, + "files": ["./package.json"] +} |