Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 23, 2023
1 parent 10d9517 commit f0ac6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions add-ts-nocheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const fs = require('fs')

const ADDED_STR = '// @ts-nocheck\n\n'
const FILES = [
'node_modules/some-package/some-file.ts',
...
'node_modules/i18next/index.v4.d.ts',
'node_modules/react-i18next/index.d.ts'
]

Promise.allSettled(FILES.map(addTsNoCheck)).then(results => {
Expand Down

0 comments on commit f0ac6d9

Please sign in to comment.