Skip to content

Commit

Permalink
[general] target esnext
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 19, 2024
1 parent bd14d0d commit 98f2d32
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 362 deletions.
8 changes: 2 additions & 6 deletions test/projects/general/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "@tsconfig/node18",
"compilerOptions": {
"target": "es5",
"module": "ESNext",
"target": "esnext",
"outDir": "__built",
"moduleResolution": "node",

"declaration": true,
"baseUrl": "./",
"paths": {
Expand All @@ -13,9 +11,7 @@
"#utils/*": ["./utils/*", "./secondary/*"],
"*": ["*"]
},

"esModuleInterop": true,

"plugins": [
{ "transform": "typescript-transform-paths" },
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
Expand Down
Loading

0 comments on commit 98f2d32

Please sign in to comment.