wallitor/wallitor-gui/tsconfig.json

17 lines
232 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
"compilerOptions": {
"paths": {
"vuex": ["./node_modules/vuex/types"]
}
}
}