Skip to content

Commit

Permalink
Fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Oct 12, 2022
1 parent f733b9c commit be52b4d
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -29,6 +29,7 @@
"@types/bootstrap": "^5.2.5",
"@types/node": "^18.8.4",
"@vitejs/plugin-vue": "^3.1.2",
"@volar/vue-language-plugin-pug": "^1.0.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.25.0",
Expand Down
116 changes: 116 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions tsconfig.json
Expand Up @@ -14,6 +14,9 @@
"skipLibCheck": true,
"noUnusedLocals": true
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["frontend/**/*.ts", "frontend/**/*.d.ts", "frontend/**/*.tsx", "frontend/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }],
"vueCompilerOptions": {
"plugins": ["@volar/vue-language-plugin-pug"]
}
}

0 comments on commit be52b4d

Please sign in to comment.