aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/shared/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shared/tsconfig.json')
-rw-r--r--pkgs/shared/tsconfig.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/shared/tsconfig.json b/pkgs/shared/tsconfig.json
index ed464a9..038af8a 100644
--- a/pkgs/shared/tsconfig.json
+++ b/pkgs/shared/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"]
}