{ "compilerOptions": { "jsx": "react", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "paths": { "@app/*": ["./app/*"] }, "baseUrl": "./" }, "exclude": ["node_modules"] }