Skip to content

Commit

Permalink
added ts-nocheck so that file name can be changed, see #160
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Mar 25, 2022
1 parent 2fb3831 commit 95d61e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/demo/SoundOptionsDialogContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright 2020-2021, University of Colorado Boulder

// @ts-nocheck

import NumberProperty from '../../../axon/js/NumberProperty.js';
import PhetFont from '../../../scenery-phet/js/PhetFont.js';
import { Node } from '../../../scenery/js/imports.js';
Expand Down
2 changes: 2 additions & 0 deletions js/demo/TamboKeyboardHelpContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright 2018-2021, University of Colorado Boulder

// @ts-nocheck

/**
* Content for the "Keyboard Shortcuts" dialog that can be brought up from the sim navigation bar. This is stubbed,
* since we need it for testing but this sim is not meant to be used outside of PhET.
Expand Down

0 comments on commit 95d61e4

Please sign in to comment.