chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"checkJs": false,
|
||||
"noEmit": true,
|
||||
"paths": {
|
||||
"~/*": ["./tests/*"]
|
||||
}
|
||||
},
|
||||
"include": ["tests", "type-tests"],
|
||||
"exclude": ["**/playground", "**/.sst", "tests/prisma/*/client/**/*.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user