Skip to content

Commit a6ac369

Browse files
chore: convert to ts
1 parent ea141ff commit a6ac369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
/* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
77
"module": "ESNext",
88
/* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
9-
"allowJs": true,
9+
// "allowJs": true,
1010
/* Allow javascript files to be compiled. */
11-
"checkJs": true,
11+
// "checkJs": true,
1212
/* Report errors in .js files. */
1313
"jsx": "react",
1414
/* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */

0 commit comments

Comments
 (0)