open-vault/ui/jsconfig.json

9 lines
125 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"allowJs": true
},
"exclude": [
"node_modules"
]
}