root@080eed5f661048:/myapp# cd prisma
root@080eed5f661048:/myapp/prisma# node seed.ts
/myapp/prisma/seed.ts:2
import {PrismaClient} from '@prisma/client'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at Object.compileFunction (node:vm:360:18)
at wrapSafe (node:internal/modules/cjs/loader:1124:15)
at Module._compile (node:internal/modules/cjs/loader:1160:27)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
at Module.load (node:internal/modules/cjs/loader:1074:32)
at Function.Module._load (node:internal/modules/cjs/loader:909:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47
I am using bluestacks from remix, and seeing the files, has the same tsconfig, same package json, and for some reason it manages to compile it correctly.