diff options
Diffstat (limited to 'pkgs/client')
| -rw-r--r-- | pkgs/client/package.json | 13 | ||||
| -rw-r--r-- | pkgs/client/src/index.ts | 1 | ||||
| -rw-r--r-- | pkgs/client/tsconfig.json | 10 |
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"] -} |
