Skip to content

Commit

Permalink
build: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-sa committed Dec 8, 2023
1 parent 05dad77 commit 8bd0027
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 19 deletions.
8 changes: 5 additions & 3 deletions packages/api-console-gui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
"marked"
]
},
"reflection": [
"src/app/store.ts"
],
"deepkitTypeCompilerOptions": {
"reflection": [
"src/app/store.ts"
]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
Expand Down
10 changes: 6 additions & 4 deletions packages/framework-debug-gui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
"marked"
]
},
"reflection": [
"./src/app/state.ts",
"node_modules/@deepkit/api-console-gui/src/app/store.ts"
],
"deepkitTypeCompilerOptions": {
"reflection": [
"./src/app/state.ts",
"node_modules/@deepkit/api-console-gui/src/app/store.ts"
]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
Expand Down
8 changes: 5 additions & 3 deletions packages/mysql/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"composite": true,
"types": []
},
"reflection": [
"tests/**/*.ts"
],
"deepkitTypeCompilerOptions": {
"reflection": [
"tests/**/*.ts"
]
},
"include": [
"benchmarks",
"src",
Expand Down
8 changes: 5 additions & 3 deletions packages/postgres/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
"sqlstring"
]
},
"reflection": [
"tests/**/*.ts"
],
"deepkitTypeCompilerOptions": {
"reflection": [
"tests/**/*.ts"
]
},
"include": [
"src",
"tests",
Expand Down
8 changes: 5 additions & 3 deletions packages/sqlite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
"better-sqlite3"
]
},
"reflection": [
"tests/**/*.ts"
],
"deepkitTypeCompilerOptions": {
"reflection": [
"tests/**/*.ts"
]
},
"include": [
"benchmarks",
"src",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": "./tsconfig.json",
"reflection": [
"**/*/file1.ts"
]
"deepkitTypeCompilerOptions": {
"reflection": [
"**/*/file1.ts"
]
}
}

0 comments on commit 8bd0027

Please sign in to comment.