hassio-plejd/plejd/jsconfig.json

11 lines
191 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"checkJs": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es6"
},
"exclude": ["node_modules", "rootfs"]
}