build ok,
This commit is contained in:
@@ -24,6 +24,24 @@
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.tsx.plan",
|
||||
".next/types/**/*.ts"
|
||||
//
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules",
|
||||
"**/.next",
|
||||
"**/*.bak",
|
||||
"**/*.log",
|
||||
"**/*.tmp",
|
||||
"**/*.bug",
|
||||
"**/*.del",
|
||||
"**/*copy.*",
|
||||
"**/*copy*.*"
|
||||
//
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user