20 lines
279 B
JSON
20 lines
279 B
JSON
{
|
|
"extends": "tsconfig/nextjs.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
},
|
|
"jsx": "preserve",
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"**/*.tsx",
|
|
"**/*.ts",
|
|
"**/*.js",
|
|
".next/types/**/*.ts",
|
|
"**/*.mjs"
|
|
]
|
|
}
|