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