mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
* wip: improve types * feat: improve types * Apply suggestions from code review Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com> * chore: update * chore: enable ci typecheck * chore: fix Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com>
15 lines
211 B
JSON
15 lines
211 B
JSON
{
|
|
"extends": "./docs/.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext"
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"./docs/.nuxt/nuxt.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
}
|