Skip to content

Commit

Permalink
disallow JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed May 12, 2024
1 parent 936682a commit a635250
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@

/* Language and Environment */
"target": "ESNext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"lib": ["ESNext"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
"lib": ["ESNext"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */

/* Modules */
"module": "NodeNext", /* Specify what module code is generated. */
"rootDir": "./", /* Specify the root folder within your source files. */

/* JavaScript Support */
"allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
// "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */

/* Emit */
"sourceMap": true, /* Create source map files for emitted JavaScript files. */
"outDir": "./dist", /* Specify an output folder for all emitted files. */
Expand Down

0 comments on commit a635250

Please sign in to comment.