From 79917cbb51876714d85bfc86a5f6249a003d66f5 Mon Sep 17 00:00:00 2001 From: jbphet Date: Mon, 23 May 2022 15:27:56 -0600 Subject: [PATCH] added ts-nocheck as a step in the conversion to TS, see https://github.com/phetsims/tappi/issues/12 --- js/tappi-main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/tappi-main.js b/js/tappi-main.js index 4deb1cb..b7962de 100644 --- a/js/tappi-main.js +++ b/js/tappi-main.js @@ -1,11 +1,13 @@ // Copyright 2019-2022, University of Colorado Boulder /** - * Main entry point for the sim. + * Main entry point for the demo and test harness for this library. * * @author Jesse Greenberg */ +// @ts-nocheck + import Sim from '../../joist/js/Sim.js'; import simLauncher from '../../joist/js/simLauncher.js'; import Tandem from '../../tandem/js/Tandem.js';