Skip to content

Commit

Permalink
style: apply nx format:write
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Feb 9, 2023
1 parent 024422d commit 4c90d5d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 20 deletions.
4 changes: 1 addition & 3 deletions packages/@code-like-a-carpenter/aws-env-loader/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"rootDir": "./src"
},
"extends": "../../../tsconfig.references.json",
"include": [
"src"
],
"include": ["src"],
"references": [
{
"path": "../env"
Expand Down
4 changes: 1 addition & 3 deletions packages/@code-like-a-carpenter/env/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"rootDir": "./src"
},
"extends": "../../../tsconfig.references.json",
"include": [
"src"
],
"include": ["src"]
}
17 changes: 5 additions & 12 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,15 @@
"declaration": true,
"esModuleInterop": true,
"jsx": "react",
"lib": [
"dom",
"es2022"
],
"lib": ["dom", "es2022"],
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"strict": true,
"target": "es2022", // Node 18.0.0 and later
"types": [
"node"
],
"target": "es2022",
"types": ["node"],
"paths": {
"@code-like-a-carpenter/*": [
"./packages/@code-like-a-carpenter/*"
]
"@code-like-a-carpenter/*": ["./packages/@code-like-a-carpenter/*"]
}
},
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packages/*/*/src/**/*.js",
"packages/*/*/src/**/*.jsx",
"packages/*/*/src/**/*.ts",
"packages/*/*/src/**/*.tsx",
"packages/*/*/src/**/*.tsx"
],
"references": [
{
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.references.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"composite": true,
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"emitDeclarationOnly": true
},
"extends": "./tsconfig.base.json"
}

0 comments on commit 4c90d5d

Please sign in to comment.