diff --git a/testapp/package.json b/testapp/package.json index 4760397..45f68e7 100644 --- a/testapp/package.json +++ b/testapp/package.json @@ -4,7 +4,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "tsc", + "build": "tsc --rootDir ../", "build:watch": "tsc --watch", "start": "node dist/index.js", "dev:server": "ts-node-dev --respawn --watch src,public/ts,public/views src/index.ts", diff --git a/testapp/src/services/index.ts b/testapp/src/services/index.ts deleted file mode 100644 index 9beb10f..0000000 --- a/testapp/src/services/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -// src/services/index.ts - -// AquĆ­ puedes exportar servicios de negocio -export {}; \ No newline at end of file diff --git a/testapp/src/types/index.ts b/testapp/src/types/index.ts deleted file mode 100644 index e69de29..0000000