Skip to content

Commit

Permalink
added ts-nocheck as a step in the conversion to TS, see #12
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed May 23, 2022
1 parent 01f378c commit 79917cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/tappi-main.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 79917cb

Please sign in to comment.