Skip to content

Commit

Permalink
fix: add tsconfigs to example-archi sub dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
SolP-Aleios committed Oct 19, 2023
1 parent dfdf39e commit daf8329
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 1 deletion.
16 changes: 16 additions & 0 deletions src/example-architecture/consumer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": "../../../tsconfig.options.json",
"compilerOptions": {
"baseUrl": "./",
"emitDeclarationOnly": false,
"isolatedModules": false,
"noEmit": true
},
"references": [
{ "path": "../../packages/serverless-configuration/tsconfig.build.json" }
],
"include": ["./**/*.ts"],
"ts-node": {
"transpileOnly": true
}
}
16 changes: 16 additions & 0 deletions src/example-architecture/events/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": "../../../tsconfig.options.json",
"compilerOptions": {
"baseUrl": "./",
"emitDeclarationOnly": false,
"isolatedModules": false,
"noEmit": true
},
"references": [
{ "path": "../../packages/serverless-configuration/tsconfig.build.json" }
],
"include": ["./**/*.ts"],
"ts-node": {
"transpileOnly": true
}
}
16 changes: 16 additions & 0 deletions src/example-architecture/producer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": "../../../tsconfig.options.json",
"compilerOptions": {
"baseUrl": "./",
"emitDeclarationOnly": false,
"isolatedModules": false,
"noEmit": true
},
"references": [
{ "path": "../../packages/serverless-configuration/tsconfig.build.json" }
],
"include": ["./**/*.ts"],
"ts-node": {
"transpileOnly": true
}
}
2 changes: 1 addition & 1 deletion tsconfig.build.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit daf8329

Please sign in to comment.