chore(tsconfig): link to docs dir

This commit is contained in:
Benjamin Canac
2022-07-13 16:44:35 +02:00
parent 2dd9771d0d
commit efe9ab7140

View File

@@ -1,23 +1,3 @@
{
"compilerOptions": {
"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"]
}
}
"extends": "./docs/.nuxt/tsconfig.json"
}