turbo.json — drizzle-orm Source File
Architecture documentation for turbo.json, a json file in the drizzle-orm codebase.
Entity Profile
Source Code
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"//#lint": {
"dependsOn": [
"^test:types",
"drizzle-orm#build"
],
"inputs": [
"**/*.ts",
"!**/node_modules",
"!**/dist",
"!**/dist-dts"
],
"outputLogs": "new-only"
},
"test:types": {
"dependsOn": [
"^test:types",
"drizzle-orm#build",
"drizzle-seed#build"
],
"inputs": [
"src/**/*.ts",
"tests/**/*.ts",
"tsconfig.json",
"tests/tsconfig.json",
"../tsconfig.json"
],
"outputLogs": "new-only"
},
"drizzle-orm#build": {
"inputs": [
"src/**/*.ts",
"package.json",
"README.md",
"../README.md",
"tsconfig.json",
"tsconfig.*.json",
"tsup.config.ts",
"scripts/build.ts",
"scripts/fix-imports.ts",
"../tsconfig.json"
],
"outputs": [
"dist/**",
"dist-dts/**"
],
"outputLogs": "new-only"
},
"drizzle-kit#build": {
"dependsOn": [
"drizzle-orm#build"
],
"inputs": [
"src/**/*.ts",
"package.json",
"README.md",
"../README.md",
"tsconfig.json",
// ... (195 more lines)
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free