Flatten
This commit is contained in:
parent
8f165d15d2
commit
c620e4bf25
264 changed files with 9983 additions and 2280 deletions
42
packages/leafcutter-common/tsconfig.json
Normal file
42
packages/leafcutter-common/tsconfig.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*", "../../node_modules/*"]
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "next"
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"**.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.png, **/*.svg",
|
||||
"../../apps/leafcutter/app/_components/AppProvider.tsx",
|
||||
"../../apps/leafcutter/app/_components/LanguageSelect.tsx",
|
||||
"../../apps/leafcutter/app/_components/MultiProvider.tsx",
|
||||
"../../apps/leafcutter/app/_components/Sidebar.tsx",
|
||||
"../../apps/leafcutter/app/(main)/setup/_components/Setup.tsx",
|
||||
"../../apps/leafcutter/app/_components/InternalLayout.tsx",
|
||||
"../../apps/leafcutter/app/_components/TopNav.tsx",
|
||||
"../../apps/leafcutter/app/_components/AccountButton.tsx"
|
||||
],
|
||||
"exclude": ["node_modules", "babel__core"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue