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