Files
2026-07-13 12:10:05 +08:00

13 lines
252 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"checkJs": false,
"noEmit": true,
"paths": {
"~/*": ["./tests/*"]
}
},
"include": ["tests", "type-tests"],
"exclude": ["**/playground", "**/.sst", "tests/prisma/*/client/**/*.js"]
}