13 lines
262 B
JSON
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"]
|
|
}
|
|
}
|