Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoseley committed Jan 7, 2025
1 parent e87e2f8 commit ad9c8a8
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions packages/create-gensx/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"lib": [
"ES2020"
],
"lib": ["ES2020"],
"tsBuildInfoFile": ".tsbuildinfo",
"incremental": true,
"resolveJsonModule": true,
Expand All @@ -19,9 +17,7 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
"@/*": ["src/*"]
}
},
"include": [
Expand All @@ -30,8 +26,5 @@
"vite.config.ts",
"tests/**/*.test.ts"
],
"exclude": [
"node_modules",
"dist"
]
}
"exclude": ["node_modules", "dist"]
}

0 comments on commit ad9c8a8

Please sign in to comment.