nexus/examples/with-prisma/tsconfig.json

12 lines
198 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"skipLibCheck": true,
"esModuleInterop": true,
"target": "es2018",
"module": "commonjs",
"strict": true,
"outDir": "build",
"rootDir": "."
}
}