{ "compilerOptions": { "rootDir": "./", "paths": { "@main/*": ["./src/main/*"], "@renderer/*": ["./src/renderer/*"], "@lyric/*": ["./src/renderer-lyric/*"], "@static/*": ["./src/static/*"], "@common/*": ["./src/common/*"], } }, "vueCompilerOptions": { "plugins": [ "@vue/language-plugin-pug" ] }, "exclude": ["node_modules", "build", "dist"] }