Skip to content

Commit

Permalink
Add the specification package
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa committed Sep 9, 2024
1 parent 58e164f commit 14c0817
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"name": "packages/sandbox",
"path": "../packages/sandbox"
},
{
"name": "packages/specification",
"path": "../packages/specification"
},
{
"name": "packages/statusLambda",
"path": "../packages/statusLambda"
Expand Down
9 changes: 9 additions & 0 deletions packages/specification/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.defaults.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "lib"
},
"include": ["src/**/*", "tests/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit 14c0817

Please sign in to comment.