{ "compilerOptions": { "target":"es6", "baseUrl": ".", "allowSyntheticDefaultImports": true, "paths": { "@/*": ["./src/*"] , "com/*":["./src/components/*"] } }, // "exclude": ["node_modules"] }