1
0
Files
spa-starter/tsconfig.json
2025-12-27 13:05:19 +07:00

13 lines
262 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"vueCompilerOptions": {
// Required to keep component imports when organizing imports.
"plugins": ["@vue/language-plugin-pug"]
}
}