Bump version and other

This commit is contained in:
mbaharip
2024-05-18 15:18:03 +07:00
parent a67031b11a
commit 486ea322e7
5 changed files with 413 additions and 413 deletions
+4 -25
View File
@@ -16,18 +16,9 @@
"incremental": true,
"baseUrl": "./src",
"paths": {
// "@/*": ["./src/*"],
// "components/*": [
// "app/(__components)/*"
// ],
"~/*": ["*"],
"components/*": ["components/*"],
"config": ["config/gIndex.config.ts"],
"hooks/*": ["hooks/*"],
"styles/*": ["styles/*"],
"utils/*": ["utils/*"],
"types/*": ["types/*"],
"context/*": ["context/*"]
"actions": ["app/actions.ts"],
"config": ["config/gIndex.config.ts"]
},
"plugins": [
{
@@ -35,18 +26,6 @@
}
]
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"**/*.js",
".next/types/**/*.ts"
],
"exclude": [
"node_modules",
".next",
"**/*/_legacy/**/*",
"**/*/_app/**/*",
"**/*/_page/**/*"
]
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", ".next/types/**/*.ts"],
"exclude": ["node_modules", ".next", "**/*/_legacy/**/*", "**/*/_app/**/*", "**/*/_page/**/*"]
}