1
0
Fork 0

Makefile.am (EXTRA_DIST): Add tsconfig.json

This was forgotten when this file was originally introduced.
master
Mike Gerwitz 2019-10-21 10:22:38 -04:00
parent 596944a4ea
commit 813b1ccee9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ tsout = tsconfig.tsbuildinfo
SUBDIRS = doc
EXTRA_DIST = $(path_src) package.json index.js $(path_src)/version.js \
tools autogen.sh README.md $(path_test) \
bin/server bin/server.js
bin/server bin/server.js tsconfig.json
.PHONY: FORCE todo