Skip to content

taoyuliang/AdminJS

Repository files navigation

How to recompile Typescript File?

When you install an NPM package, it is already built and compiled to JavaScript

-npm install -g typescript

-cd folder that contains a tsconfig.json

-tsc or npx tsc

Done

Model supplier is ONE of ONE:MANY model supplier { name String? @db.VarChar password String? @db.VarChar id Int @id(map: "id") @default(autoincrement()) company String? @db.VarChar Log Log[] // Prisma own syntax }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published