mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 10:05:14 +00:00
13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"extends": "@betternas/typescript-config/nextjs.json",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"strictNullChecks": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", "next-env.d.ts", "next.config.js"],
|
|
"exclude": ["node_modules"]
|
|
}
|