21 lines
369 B
JSON
21 lines
369 B
JSON
{
|
|
"extends": [
|
|
"@konobangu/typescript-config/nextjs.json",
|
|
"@konobangu/cms/typescript-config.json"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"@konobangu/*": ["../../packages/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"next.config.ts",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".next/types/**/*.ts"
|
|
]
|
|
}
|