Skip to content

Commit fee3357

Browse files
committed
Disabled strip types
1 parent 948ae1c commit fee3357

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SRC_FILES := $(shell find src -name '*.ts')
22
TEST_FILES := $(wildcard test/*.ts)
33
BIN := ./node_modules/.bin
4-
MOCHA_OPTS := -u tdd -r ts-node/register -r tsconfig-paths/register --extension ts
4+
MOCHA_OPTS := -u tdd -r ts-node/register -r tsconfig-paths/register --extension ts --no-experimental-strip-types
55

66
lib: ${SRC_FILES} package.json tsconfig.json node_modules rollup.config.mjs
77
@${BIN}/rollup -c && touch lib

0 commit comments

Comments
 (0)