{ "exclude": [ "./node_modules", "./public", "../../node_modules" ], "compilerOptions": { "allowSyntheticDefaultImports": true, "target": "ES6", "baseUrl": ".", "paths": { "vj/*": [ "./*" ] } } }