{ "compilerOptions": { "jsx": "react", "target": "ES6", "module": "commonjs", "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": { "@/*": ["src/*"] }, "spaces": 2 }, "exclude": [ "node_modules" ] }