Skip to content

Commit

Permalink
chore: update tsconfig & fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Sep 27, 2023
1 parent 9229d54 commit f0fefaf
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/ts/form/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down
1 change: 1 addition & 0 deletions packages/ts/frontend/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down
1 change: 1 addition & 0 deletions packages/ts/generator-typescript-cli/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down
1 change: 1 addition & 0 deletions packages/ts/generator-typescript-core/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/generator-typescript-plugin-backbone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^1.3.15",
"@hilla/generator-typescript-plugin-client": "^1.3.15"
"@hilla/generator-typescript-core": "^1.3",
"@hilla/generator-typescript-plugin-client": "^1.3"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/generator-typescript-plugin-barrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^1.3.15",
"@hilla/generator-typescript-plugin-backbone": "^1.3.15"
"@hilla/generator-typescript-core": "^1.3",
"@hilla/generator-typescript-plugin-backbone": "^1.3"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^1.3.15"
"@hilla/generator-typescript-core": "^1.3"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down
1 change: 1 addition & 0 deletions packages/ts/generator-typescript-utils/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"declarationMap": true,
"rootDir": "src",
"outDir": "."
},
Expand Down

0 comments on commit f0fefaf

Please sign in to comment.