Skip to content

Commit

Permalink
Merge pull request #2137 from QuentinGruber/readd-commonjs
Browse files Browse the repository at this point in the history
switch back to commonjs
  • Loading branch information
QuentinGruber authored Sep 19, 2024
2 parents edd243d + f9fa7a8 commit 58b8ad4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"target": "ES2023" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
"module": "Node16" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
"moduleResolution": "Node16",
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
"allowJs": true /* Allow javascript files to be compiled. */,
"declaration": true /* Generates corresponding '.d.ts' file. */,
"outDir": "./out/" /* Redirect output structure to the directory. */,
Expand Down

0 comments on commit 58b8ad4

Please sign in to comment.