mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 01:50:57 +01:00
Fix theme config missing from tsconfig
This commit is contained in:
parent
57fbbd7ac9
commit
3a33284694
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@
|
|||
"isolatedModules": true,
|
||||
"jsx": "preserve"
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"include": ["next-env.d.ts", "theme.config.tsx", "**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue