We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948ae1c commit fee3357Copy full SHA for fee3357
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
SRC_FILES := $(shell find src -name '*.ts')
2
TEST_FILES := $(wildcard test/*.ts)
3
BIN := ./node_modules/.bin
4
-MOCHA_OPTS := -u tdd -r ts-node/register -r tsconfig-paths/register --extension ts
+MOCHA_OPTS := -u tdd -r ts-node/register -r tsconfig-paths/register --extension ts --no-experimental-strip-types
5
6
lib: ${SRC_FILES} package.json tsconfig.json node_modules rollup.config.mjs
7
@${BIN}/rollup -c && touch lib
0 commit comments