From 905d4534426d2b2bd0d75a335562b5024ac0a378 Mon Sep 17 00:00:00 2001 From: jbphet Date: Wed, 6 Apr 2022 17:18:44 -0600 Subject: [PATCH] added ts-nocheck directive so that the file name can be changed, see https://github.com/phetsims/tambo/issues/160 --- js/soundConstants.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/soundConstants.js b/js/soundConstants.js index ce5f2fb4..d4cf51e4 100644 --- a/js/soundConstants.js +++ b/js/soundConstants.js @@ -1,5 +1,7 @@ // Copyright 2019-2021, University of Colorado Boulder +// @ts-nocheck + /** * a singleton instance that contains constants shared amongst the sound generation code modules *