aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/shared
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shared')
-rw-r--r--pkgs/shared/package.json22
-rw-r--r--pkgs/shared/tsconfig.json14
2 files changed, 18 insertions, 18 deletions
diff --git a/pkgs/shared/package.json b/pkgs/shared/package.json
index c15c299..26c95b7 100644
--- a/pkgs/shared/package.json
+++ b/pkgs/shared/package.json
@@ -1,13 +1,13 @@
{
- "name": "@kioku/shared",
- "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/shared",
+ "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/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"]
}