diff --git a/.gitignore b/.gitignore index c122574..7e6cbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules dist -app.config.json5 \ No newline at end of file +app.config.json5 +.turbo diff --git a/package.json b/package.json index cf935a9..6447337 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "test": "tsx test/**/*.ts", "dev:watch": "cross-env NODE_ENV=development concurrently -n \"Watch,Dev\" -c \"green,blue\" \"npm run watch\" \"sleep 1 && npm run dev\" ", "build": "rimraf dist && rollup -c rollup.config.mjs", - "ssl": "ssh -L 5432:172.21.32.9:5432 sky" + "ssl": "ssh -L 5432:172.21.32.9:5432 sky", + "dev:lib": "rollup -c rollup.config.mjs -w" }, "files": [ "dist", diff --git a/tsconfig.json b/tsconfig.json index 6cc029d..4be3d26 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,14 +27,6 @@ } }, "include": [ - "typings.d.ts", "src/**/*.ts", - "test/**/*.ts", - "src-apps/**/*.ts", - ], - "exclude": [ - "node_modules", - "dist", - "src/**/*.test.ts" ], } \ No newline at end of file