diff --git a/.turbo/turbo-build.log b/.turbo/turbo-build.log deleted file mode 100644 index 58f8ab4..0000000 --- a/.turbo/turbo-build.log +++ /dev/null @@ -1,17 +0,0 @@ -$ tsup src/index.ts --format cjs,esm --dts --minify --clean -CLI Building entry: src\index.ts -CLI Using tsconfig: tsconfig.json -CLI tsup v8.2.1 -CLI Using tsup config: C:\Users\ozhan\Desktop\oz\self\visual-ts\packages\ts-generator\package.json -CLI Target: es2022 -CLI Cleaning output folder -CJS Build start -ESM Build start -ESM dist\index.mjs 3.56 KB -ESM ⚡️ Build success in 41ms -CJS dist\index.js 4.25 KB -CJS ⚡️ Build success in 42ms -DTS Build start -DTS ⚡️ Build success in 1940ms -DTS dist\index.d.ts 2.79 KB -DTS dist\index.d.mts 2.79 KB diff --git a/bun.lockb b/bun.lockb index c575670..a21e9dd 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5585329..9b8067a 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,8 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-only-warn": "^1.1.0", "jest": "^29.7.0", + "ts-jest": "^29.2.3", + "ts-node": "^10.9.2", "tsup": "^8.1.2", "typescript": "^5.5.3" }, diff --git a/tsconfig.json b/tsconfig.json index 3209f8b..683fd1b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,8 @@ "baseUrl": ".", "paths": { "*": ["node_modules/*", "src/*"] - } + }, + "types": ["node", "jest"] }, "include": ["src/**/*", "jest.config.ts"], "exclude": ["node_modules"]