mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
chore(tsconfig): link to docs dir
This commit is contained in:
@@ -1,23 +1,3 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"extends": "./docs/.nuxt/tsconfig.json"
|
||||||
"baseUrl": ".",
|
|
||||||
"strict": true,
|
|
||||||
"target": "ESNext",
|
|
||||||
"module": "ESNext",
|
|
||||||
"lib": ["ESNext", "DOM"],
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"moduleResolution": "node",
|
|
||||||
"declaration": false,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
"allowSyntheticDefaultImports": true,
|
|
||||||
"types": [
|
|
||||||
"node",
|
|
||||||
"@nuxt/kit"
|
|
||||||
],
|
|
||||||
"allowJs": true,
|
|
||||||
"paths": {
|
|
||||||
"#app": ["./node_modules/nuxt/dist/app"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user