Files
mb-grid-solutions.com/tsconfig.json

18 lines
298 B
JSON

{
"extends": "@mintel/tsconfig/nextjs.json",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": ["./*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": ["node_modules"]
}