diff --git a/package.json b/package.json index 83046e2..71c9a90 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "build:web": "babel --no-babelrc --config-file ./babel.web.config.json src --copy-files -x .ts -d lib --source-maps", "build:types": "tsc --declaration --outDir dist --emitDeclarationOnly", "proto:gen": "pbjs -t static-module -o ./src/proto/payload.js ./src/proto/payload.proto && pbts -o ./src/proto/payload.d.ts ./src/proto/payload.js && yarn run lint --fix", - "check-types": "tsc --incremental --noEmit", + "check-types": "tsc --noEmit", "lint": "eslint --ext .ts src/", "pretest": "yarn check-types", "test": "yarn run test:node && yarn run test:web",