aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/client
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/client')
-rw-r--r--pkgs/client/package.json22
-rw-r--r--pkgs/client/tsconfig.json16
2 files changed, 19 insertions, 19 deletions
diff --git a/pkgs/client/package.json b/pkgs/client/package.json
index 35a5bae..ec5a7ee 100644
--- a/pkgs/client/package.json
+++ b/pkgs/client/package.json
@@ -1,13 +1,13 @@
{
- "name": "@kioku/client",
- "version": "0.1.0",
- "private": true,
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "nsfisis",
- "license": "MIT",
- "packageManager": "pnpm@10.23.0",
- "type": "module"
+ "name": "@kioku/client",
+ "version": "0.1.0",
+ "private": true,
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "nsfisis",
+ "license": "MIT",
+ "packageManager": "pnpm@10.23.0",
+ "type": "module"
}
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"]
}