{ // See http://go.microsoft.com/fwlink/?LinkId=759670 // for the documentation about the jsconfig.json format "compilerOptions": { "module": "esnext", "target": "es6", }, "include":["src", "repl", "vite.config.js"], "exclude": ["node_modules", "public", "view"] }