fix building *.del directory, it is now not building,
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"lib": ["dom", "dom.iterable", "esnext"],
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||||||
|
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
@@ -15,19 +16,23 @@
|
|||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"allowImportingTsExtensions": true,
|
"allowImportingTsExtensions": true,
|
||||||
"plugins": [
|
|
||||||
{
|
"plugins": [{ "name": "next" }],
|
||||||
"name": "next"
|
"paths": { "@/*": ["./src/*"] }
|
||||||
}
|
|
||||||
],
|
|
||||||
"paths": {
|
|
||||||
"@/*": ["./src/*"]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
"include": [
|
||||||
|
"next-env.d.ts",
|
||||||
|
"**/*.ts",
|
||||||
|
"**/*.tsx",
|
||||||
|
".next/types/**/*.ts"
|
||||||
|
//
|
||||||
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
".next",
|
".next",
|
||||||
|
//
|
||||||
|
"**/*del",
|
||||||
|
"**/*.bak",
|
||||||
"*.bak",
|
"*.bak",
|
||||||
"*.log",
|
"*.log",
|
||||||
"*.tmp",
|
"*.tmp",
|
||||||
@@ -36,28 +41,5 @@
|
|||||||
"*.draft",
|
"*.draft",
|
||||||
"**/* copy *.tsx",
|
"**/* copy *.tsx",
|
||||||
"**/* copy.tsx"
|
"**/* copy.tsx"
|
||||||
],
|
]
|
||||||
"watchOptions": {
|
|
||||||
"excludeDirectories": [
|
|
||||||
"node_modules",
|
|
||||||
"_build",
|
|
||||||
"temp",
|
|
||||||
".next",
|
|
||||||
"_archive",
|
|
||||||
"_del",
|
|
||||||
"*.del"
|
|
||||||
//
|
|
||||||
],
|
|
||||||
"excludeFiles": [
|
|
||||||
//
|
|
||||||
"*.bak",
|
|
||||||
"*.log",
|
|
||||||
"*.tmp",
|
|
||||||
"*.bug",
|
|
||||||
"*.del",
|
|
||||||
"*.draft",
|
|
||||||
"* copy *.tsx",
|
|
||||||
"* copy.tsx"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user