build ok,
This commit is contained in:
@@ -24,6 +24,24 @@
|
|||||||
"@/*": ["./src/*"]
|
"@/*": ["./src/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
"include": [
|
||||||
"exclude": ["node_modules"]
|
"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