13 lines
252 B
JSON
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"]
|
|
}
|