drizzle-team--drizzle-orm
12 行
194 B
JSON
12 行
194 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"noEmit": true,
|
|
"rootDir": "..",
|
|
"outDir": "./.cache"
|
|
},
|
|
"include": [".", "../src"]
|
|
}
|