diff options
Diffstat (limited to 'pkgs/server/tsconfig.json')
| -rw-r--r-- | pkgs/server/tsconfig.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/server/tsconfig.json b/pkgs/server/tsconfig.json index ed464a9..038af8a 100644 --- a/pkgs/server/tsconfig.json +++ b/pkgs/server/tsconfig.json @@ -1,9 +1,9 @@ { - "extends": "../../tsconfig.json", - "compilerOptions": { - "outDir": "./dist", - "rootDir": "./src" - }, - "include": ["src/**/*"], - "exclude": ["node_modules", "dist"] + "extends": "../../tsconfig.json", + "compilerOptions": { + "outDir": "./dist", + "rootDir": "./src" + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "dist"] } |
