Skip to content

Commit b15a267

Browse files
authored
Merge pull request #881 from GrabarzUndPartner/feature/jsconfig
fix(jsconfig): nuxt inherit -> working autosuggest
2 parents bd1eef5 + 21c09f6 commit b15a267

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

jsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
2-
"vueCompilerOptions": {
3-
"target": 2.7
4-
},
2+
"extends": "./playground/.nuxt/tsconfig.json",
53
"compilerOptions": {
6-
"target": "esnext",
7-
"module": "es2015",
8-
"sourceMap": true,
94
"baseUrl": ".",
105
"paths": {
116
"nuxt-speedkit/*": [

package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"@nuxtjs/eslint-config": "12.0.0",
7474
"@nuxtjs/eslint-module": "4.1.0",
7575
"@nuxtjs/stylelint-module": "5.1.0",
76+
"@types/node": "^20.8.10",
7677
"commitlint": "18.2.0",
7778
"core-js": "3.33.2",
7879
"esbuild": "0.19.5",

0 commit comments

Comments
 (0)