Skip to content

Commit

Permalink
relax ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoux committed May 16, 2024
1 parent 1d6360d commit 403de77
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 40 deletions.
3 changes: 0 additions & 3 deletions apps/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "@acme/tsconfig",
"compilerOptions": {
"outDir": ".dts",
},
"references": [
{
"path": "../../packages/core"
Expand Down
3 changes: 0 additions & 3 deletions apps/cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "@acme/tsconfig",
"compilerOptions": {
"outDir": ".dts",
},
"references": [
{
"path": "../api"
Expand Down
5 changes: 1 addition & 4 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "@acme/tsconfig",
"compilerOptions": {
"outDir": ".dts",
}
"extends": "@acme/tsconfig"
}
1 change: 1 addition & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"./react": "./tsconfig.react.json"
},
"dependencies": {
"@total-typescript/tsconfig": "1.0.4",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@tsconfig/vite-react": "3.0.2"
Expand Down
2 changes: 2 additions & 0 deletions packages/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
],
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": false,
"noPropertyAccessFromIndexSignature": false,
"noEmit": false,
"outDir": "${configDir}/.dts"
}
}
1 change: 1 addition & 0 deletions packages/tsconfig/tsconfig.react.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": false,
"noPropertyAccessFromIndexSignature": false,
"noEmit": false
}
}
38 changes: 8 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 403de77

Please sign in to comment.