From 6bb9808ed2f0b357684a84aa4300b2c78bafb6dd Mon Sep 17 00:00:00 2001 From: HexaField Date: Wed, 28 Aug 2024 12:40:08 +1000 Subject: [PATCH] update --- package.json | 5 ----- readme.md | 4 ++-- tsconfig.json | 1 + 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e3cb811..c31b4b5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,6 @@ { "name": "@ir-engine/ir-template", "version": "0.0.0", - "description": "", - "main": "", "scripts": { "test": "mocha --config .mocharc.js", "check-errors": "tsc --noemit", @@ -10,9 +8,6 @@ "format-scss": "stylelint \"**/*.scss\" --fix", "format-staged": "lint-staged" }, - "peerDependencies": {}, - "dependencies": {}, - "devDependencies": {}, "license": "ISC", "pre-commit": [ "format-staged" diff --git a/readme.md b/readme.md index 0a60be2..4efa194 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,3 @@ -### Ethereal Engine Project +### Infinite Reality Engine Project -This is an Ethereal Engine project. \ No newline at end of file +This is an Infinite Reality Engine project. \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 3dc003a..f74206a 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,6 +30,7 @@ "include": [ "../../../../../__global.d.ts", "../../../../server-core/src/*", + "../../../../client-core/src/*", "./**/*.ts", "./**/*.tsx" ]