This commit is contained in:
Morten Olsen
2024-01-12 12:43:51 +01:00
commit 6d8e5bf955
109 changed files with 9246 additions and 0 deletions

17
tsconfig.json Normal file
View File

@@ -0,0 +1,17 @@
{
"include": [],
"references": [
{
"path": "./packages/runner/tsconfig.json"
},
{
"path": "./packages/server/tsconfig.json"
},
{
"path": "./packages/mini-loader/tsconfig.json"
},
{
"path": "./packages/cli/tsconfig.json"
},
],
}