aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/client/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/client/tsconfig.json')
-rw-r--r--pkgs/client/tsconfig.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/client/tsconfig.json b/pkgs/client/tsconfig.json
index 0dc0dfe..21d77ad 100644
--- a/pkgs/client/tsconfig.json
+++ b/pkgs/client/tsconfig.json
@@ -1,10 +1,10 @@
{
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "lib": ["ES2022", "DOM", "DOM.Iterable"],
- "outDir": "./dist",
- "rootDir": "./src"
- },
- "include": ["src/**/*"],
- "exclude": ["node_modules", "dist"]
+ "extends": "../../tsconfig.json",
+ "compilerOptions": {
+ "lib": ["ES2022", "DOM", "DOM.Iterable"],
+ "outDir": "./dist",
+ "rootDir": "./src"
+ },
+ "include": ["src/**/*"],
+ "exclude": ["node_modules", "dist"]
}