Flatten
This commit is contained in:
parent
8f165d15d2
commit
c620e4bf25
264 changed files with 9983 additions and 2280 deletions
|
|
@ -24,6 +24,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
".next/types/**/*.ts",
|
||||
"../../packages/leafcutter-common/components/Create.tsx",
|
||||
"../../packages/leafcutter-common/components/About.tsx",
|
||||
"../../packages/leafcutter-common/components/FAQ.tsx",
|
||||
"../../packages/leafcutter-common/components/Trends.tsx",
|
||||
"../../packages/leafcutter-common/components/Preview.tsx",
|
||||
"app/(main)/setup/_components/Setup.tsx"
|
||||
, "app/api/proxy/[[...path]]" ],
|
||||
"exclude": ["node_modules", "babel__core"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue