Skip to content

Commit

Permalink
refactor: revert change to use outFile; cannot be used with ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed May 5, 2022
1 parent 2376f8a commit 41e0dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"emitDeclarationOnly": true,
"strict": true,
"target": "es5",
"outFile": "dist/espree.d.ts"
"outDir": "dist"
},
"_preprocess_include": ["espree.js", "lib/**/*.js"],
"_preprocess_exclude": ["node_modules"],
Expand Down

0 comments on commit 41e0dd0

Please sign in to comment.