2023-02-06 12:19:39 +03:00

13 lines
273 B
JSON

{
"extends": "tsconfig/nextjs.json",
"files": ["@types/graphql.d.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
"exclude": ["node_modules"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["*"]
}
}
}