mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 11:40:28 -05:00
19 lines
339 B
JSON
19 lines
339 B
JSON
{
|
|
"compilerOptions": {
|
|
"plugins": [{ "name": "next" }],
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"extends": "@repo/typescript-config/nextjs.json",
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"**/*.mjs",
|
|
".next/types/**/*.ts",
|
|
"services/**/typings.d.ts"
|
|
]
|
|
}
|