11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"extends": "@dwellops/config/tsconfig/nextjs.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src", "i18n", "next-env.d.ts", "next.config.ts", ".next/types/**/*.ts"]
|
|
}
|