diff --git a/ember-string/package.json b/ember-string/package.json index e62ec67..076daea 100644 --- a/ember-string/package.json +++ b/ember-string/package.json @@ -34,7 +34,7 @@ "lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'", "lint:js": "eslint . --cache", "lint:js:fix": "eslint . --fix", - "lint:types": "tsc --noEmit", + "lint:types": "tsc --noEmit --emitDeclarationOnly false", "start": "concurrently 'npm:start:*'", "start:js": "rollup --config --watch --no-watch.clearScreen", "start:types": "glint --declaration --watch",