diff options
Diffstat (limited to 'packages/server-commands/tsconfig.json')
-rw-r--r-- | packages/server-commands/tsconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/server-commands/tsconfig.json b/packages/server-commands/tsconfig.json new file mode 100644 index 000000000..eb942f295 --- /dev/null +++ b/packages/server-commands/tsconfig.json | |||
@@ -0,0 +1,14 @@ | |||
1 | { | ||
2 | "extends": "../../tsconfig.base.json", | ||
3 | "compilerOptions": { | ||
4 | "baseUrl": "./", | ||
5 | "outDir": "./dist", | ||
6 | "rootDir": "src", | ||
7 | "tsBuildInfoFile": "./dist/.tsbuildinfo" | ||
8 | }, | ||
9 | "references": [ | ||
10 | { "path": "../models" }, | ||
11 | { "path": "../core-utils" }, | ||
12 | { "path": "../typescript-utils" } | ||
13 | ] | ||
14 | } | ||