From 60772122f84d5302598f44776a5cff9642bb067b Mon Sep 17 00:00:00 2001 From: jbphet Date: Thu, 7 Apr 2022 16:20:47 -0600 Subject: [PATCH] added ts-nocheck directive so that the file name can be changed, see https://github.com/phetsims/tambo/issues/160 --- js/soundManager.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/soundManager.js b/js/soundManager.js index d2b63855..baabeab5 100644 --- a/js/soundManager.js +++ b/js/soundManager.js @@ -1,5 +1,7 @@ // Copyright 2018-2022, University of Colorado Boulder +// @ts-nocheck + /** * A singleton object that registers sound generators, connects them to the audio output, and provides a number of * related services, such as: