aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/client
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 17:05:21 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 17:37:04 +0900
commit811458427593a4172a2cd535cc768db375350dca (patch)
tree6c4f46c96b6f29392dc19d591e39e03c187033a1 /pkgs/client
parent9736a8981fbd6c6defbd67517ca23904fc844629 (diff)
downloadkioku-811458427593a4172a2cd535cc768db375350dca.tar.gz
kioku-811458427593a4172a2cd535cc768db375350dca.tar.zst
kioku-811458427593a4172a2cd535cc768db375350dca.zip
feat(dev): change architecture and directory structure
Diffstat (limited to 'pkgs/client')
-rw-r--r--pkgs/client/package.json13
-rw-r--r--pkgs/client/src/index.ts1
-rw-r--r--pkgs/client/tsconfig.json10
3 files changed, 0 insertions, 24 deletions
diff --git a/pkgs/client/package.json b/pkgs/client/package.json
deleted file mode 100644
index ec5a7ee..0000000
--- a/pkgs/client/package.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "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/src/index.ts b/pkgs/client/src/index.ts
deleted file mode 100644
index cb0ff5c..0000000
--- a/pkgs/client/src/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export {};
diff --git a/pkgs/client/tsconfig.json b/pkgs/client/tsconfig.json
deleted file mode 100644
index 21d77ad..0000000
--- a/pkgs/client/tsconfig.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "lib": ["ES2022", "DOM", "DOM.Iterable"],
- "outDir": "./dist",
- "rootDir": "./src"
- },
- "include": ["src/**/*"],
- "exclude": ["node_modules", "dist"]
-}