11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"rootDir": "./",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*", "prisma/seed.ts"],
|
|
"exclude": ["**/*.test.ts", "dist"]
|
|
}
|