zoton2 / nodecg-vue-ts-template

Template for NodeCG bundles that use Vue.js and TypeScript.
MIT License
32 stars 7 forks source link

Use path to ensure that linux can find the files #20

Closed duncte123 closed 1 year ago

duncte123 commented 1 year ago

When compiling the typescript files on Linux, eslint etc are trying to find these configuration files relative to /src/dashboard. I am not sure why this is the case, but by using __dirname we ensure that the configuration files are searched for in the correct location